We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abeb0c1 commit 5b85462Copy full SHA for 5b85462
.github/workflows/pytest.yaml
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
5
jobs:
6
pytest:
7
name: Run tests
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
10
steps:
11
- name: Checkout repo
0 commit comments