Skip to content

Commit

Permalink
Import fix to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblanc20 committed Oct 28, 2022
1 parent 112f144 commit 14fd0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
samtools version
bcftools version
- name: Install some more dependencies via pip
run: pip install -r requirements/test.txt
# Workaround - see https://github.com/pytest-dev/pytest/issues/10420#issuecomment-1290697849
run: pip install -r requirements/test.txt; pip install --ignore-installed py
- name: Run tests
run: pytest
env:
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ dependencies:
- pip:
- varfish-cli
- biomedsheets

0 comments on commit 14fd0e9

Please sign in to comment.