Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Aug 9, 2024
1 parent 445962e commit 59523da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install ".[test]"
pip install --upgrade ".[test]"
- name: Test with pytest
run: |
pytest --color=yes --cov=cellmap_models --cov-report=xml --cov-report=term-missing tests
Expand Down

0 comments on commit 59523da

Please sign in to comment.