1
0
Fork 0
mirror of synced 2024-06-28 11:00:35 +12:00

install missing build deps

This commit is contained in:
Nick Sweeting 2020-11-28 05:51:17 -05:00
parent 0a0bf18962
commit cda2f42b46
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Build Debian/Apt package
run: |
sudo apt install -y dh-python
sudo apt install -y debhelper dh-python python3-setuptools python3-all python3-wheel python3-stdeb
pip install --upgrade pip setuptools wheel stdeb
./bin/build_deb.sh

View file

@ -23,7 +23,7 @@ jobs:
- name: Build Python Package
run: |
pip3 install --uprade pip setuptools wheel
pip3 install --upgrade pip setuptools wheel
python3 setup.py \
sdist --dist-dir=./pip_dist \
bdist_wheel --dist-dir=./pip_dist \