Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Mar 4, 2024
1 parent e5c886e commit de5dcf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: ${{ matrix.platform }} py${{ matrix.python-version }}
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
fail-fast: true
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ deps =
pytest-xvfb
# ignoring contrib tests for now
commands =
linux: apt-get update && apt-get install libgl1
#linux: apt-get update && apt-get install libgl1
pytest -v --color=yes --cov=cellpose --cov-report=xml --ignore=tests/contrib

0 comments on commit de5dcf3

Please sign in to comment.