Skip to content

Commit

Permalink
Merge pull request #61 from MetOffice/test-311
Browse files Browse the repository at this point in the history
Reenable testing on python 3.11
  • Loading branch information
jfrost-mo authored Feb 1, 2023
2 parents 2f353b2 + 68d58f9 commit 0557864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
key: tox|tests|${{ runner.os }}-${{ runner.arch}}|${{ hashFiles('requirements/locks/*') }}
path: .tox
- name: Run tests
run: tox -e py38-linux-tests,py39-linux-tests,py310-linux-tests
run: tox -e py38-linux-tests,py39-linux-tests,py310-linux-tests,py311-linux-tests

pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0557864

Please sign in to comment.