Skip to content

Commit

Permalink
Merge pull request #791 from cglewis/master
Browse files Browse the repository at this point in the history
just python3-dev
  • Loading branch information
cglewis authored Jan 13, 2021
2 parents 781dde4 + c27fc1e commit f67c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: build_package
run: |
sudo apt-get update && \
sudo apt-get install -yq --no-install-recommends python3-pip python3.7 python3.7-dev python3-setuptools && \
sudo apt-get install -yq --no-install-recommends python3-pip python3.7 python3-dev python3-setuptools && \
pip3 install wheel && \
python3 setup.py sdist bdist_wheel --universal
if: github.repository == 'iqtlabs/networkml' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit f67c535

Please sign in to comment.