Skip to content

Commit

Permalink
ci: update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Nov 20, 2024
1 parent 6796d23 commit 702afa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv codecov pytest pytest-cov pytest-metadata pytest-mock pytest-subtests
pip install pipenv codecov pytest pytest-cov pytest-metadata pytest-mock pytest-subtests six
pip install --no-index --no-deps resources/home/dnanexus/packages/*
pipenv install --dev
- name: Test with pytest
Expand Down

0 comments on commit 702afa1

Please sign in to comment.