Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
graphenn committed May 25, 2024
1 parent 0cd7ead commit 83d388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
libbz2-dev libdeflate-dev
- name: Build (via sdist tarball)
run: pip install --verbose --no-deps --no-binary='cyvcf2' cyvcf2-*.tar.gz pytest pytest-cov && pytest --import-mode importlib --cov cyvcf2 --cov-report term-missing
run: pip install --verbose --no-deps --no-binary='cyvcf2' cyvcf2-*.tar.gz && pip install pytest pytest-cov && cd ../ && pytest --import-mode importlib --cov cyvcf2 --cov-report term-missing
working-directory: dist

- name: Install test prerequisites
Expand Down

0 comments on commit 83d388f

Please sign in to comment.