Fix package name

This commit is contained in:
Joshua Oreman 2022-01-11 21:31:30 -07:00
parent a53c4d0b7e
commit efcf94c277
1 changed files with 1 additions and 1 deletions

2
ci.sh
View File

@ -3,7 +3,7 @@
set -ex -o pipefail
pip install -U pip setuptools wheel
sudo apt-get install libnetfilterqueue-dev
sudo apt-get install libnetfilter-queue-dev
python setup.py sdist --formats=zip
pip install dist/*.zip
pip install -r test-requirements.txt