Skip to content

Commit

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

0 comments on commit 9d2d455

Please sign in to comment.