We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d8c25 commit 5e0ddfdCopy full SHA for 5e0ddfd
.github/workflows/test-pr.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
test:
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # Needed for Python 3.7
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v4
0 commit comments