Skip to content

Commit

Permalink
Merge branch 'main' of github.com:janelia-cellmap/cellmap-data
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Aug 9, 2024
2 parents baffd73 + 59523da commit 4121c10
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 4121c10

Please sign in to comment.