Skip to content

Commit

Permalink
Update os version testing to use Py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DavAug committed Jul 4, 2024
1 parent 22e8510 commit bde2291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test-os-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.11
architecture: x64

- name: install sundials (ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install libsundials-dev
- name: install sundials (macos)
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand Down

0 comments on commit bde2291

Please sign in to comment.