We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd6d65 commit 0921ec3Copy full SHA for 0921ec3
1 file changed
.github/workflows/pypi-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m venv venv_test
35
source venv_test/bin/activate
36
pip install --upgrade pip
37
- pip install dist/zipfly64-1.3.1-py3-none-any.whl
+ pip install dist/*.whl
38
pip install -r dev-requirements.txt # Install test dependencies
39
pytest -m "not slow" --disable-warnings -v
40
0 commit comments