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 c3a8d7e commit 387ff91Copy full SHA for 387ff91
.github/workflows/python.yml
@@ -29,7 +29,8 @@ jobs:
29
- run: cd ../argunparse && pip install -r requirements_test.txt && python setup.py build && cd -
30
- run: git clone https://github.com/python-semver/python-semver ../semver
31
- run: cd ../semver && python -m build && cd -
32
- - run: pip install jupyter # example package that uses metadata.json
+ - if: matrix.os != 'windows-latest'
33
+ run: pip install jupyter # example package that uses metadata.json
34
- run: python -m coverage run --branch --source . -m unittest -v
35
- run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
36
env:
0 commit comments