Skip to content

Commit

Permalink
Explicitly install setuptools before tox
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Dec 31, 2024
1 parent 1d8478f commit b643c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-sundials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, macos-13]
python-version: ["3.9", "3.13"]
Expand Down Expand Up @@ -181,6 +182,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install --upgrade tox
- name: List info
Expand Down

0 comments on commit b643c92

Please sign in to comment.