| ... | ... |
@@ -12,7 +12,7 @@ jobs: |
| 12 | 12 |
- name: apt-update |
| 13 | 13 |
run: sudo apt-get update -qq |
| 14 | 14 |
- name: apt-install |
| 15 |
- run: sudo apt-get install -qq -y --no-install-recommends gir1.2-gtk-3.0 python3-gi python3-gi-cairo python3-numpy graphviz xvfb |
|
| 15 |
+ run: sudo apt-get install -qq -y --no-install-recommends gir1.2-gtk-3.0 python3-gi python3-gi-cairo python3-numpy python3-setuptools graphviz xvfb |
|
| 16 | 16 |
- name: build |
| 17 | 17 |
run: python3 setup.py sdist |
| 18 | 18 |
- name: test |