Skip to content

Commit

Permalink
Try tox from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Dec 31, 2024
1 parent 61c6f5d commit 1fb7c9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-sundials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install --upgrade tox
- name: Get tox
run: conda install tox

- name: List info
run: |
Expand All @@ -192,6 +194,6 @@ jobs:
- name: Run tests
working-directory: packages/scikits-odes-sundials
run: tox || tox --recreate
run: tox
env:
TOXENV: ${{ matrix.tox-env }}

0 comments on commit 1fb7c9a

Please sign in to comment.