Skip to content

Commit

Permalink
Changed one of the github action unit tests to use CPython 3.9 instea…
Browse files Browse the repository at this point in the history
…d of 3.10 since it looks like nose is incompatible with 3.10.
  • Loading branch information
frejanordsiek committed Mar 15, 2024
1 parent 9d2d455 commit 3e788a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
h5py-version: '2.6'
- python-version: '3.5'
h5py-version: '2.10'
- python-version: '3.10'
- python-version: '3.9'
h5py-version: '3.3'
- python-version: '3.10'
- python-version: '3.9'
h5py-version: '3.10'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3e788a2

Please sign in to comment.