We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a9ecf commit 5db41dcCopy full SHA for 5db41dc
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run: python3 setup.py sdist
24
25
- name: Install Python module
26
- run: pip3 install ./dist/microesb-1.1.tar.gz
+ run: pip3 install ./dist/microesb-1.1.1.tar.gz
27
28
- name: Run tests
29
run: pytest --cov --cov-branch --cov-report=xml
0 commit comments