We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bd98e commit 2871402Copy full SHA for 2871402
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
python -m pip install --upgrade pip
54
pip install nose
55
- pip install dist/zeromq-pyre-*.tar.gz
+ pip install dist/zeromq_pyre-*.tar.gz
56
- name: Test with nose
57
working-directory: tests
58
run: python -m nose -v --exe
0 commit comments