We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.github/workflows/workflow.yml
1 parent af57b64 commit 47c4a7aCopy full SHA for 47c4a7a
1 file changed
.github/workflows/workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.operating-system }}
15
strategy:
16
matrix:
17
- operating-system: [ubuntu-latest, windows-latest]
+ operating-system: [ubuntu-20.04, windows-latest]
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
@@ -68,7 +68,7 @@ jobs:
68
python-version: 3.8
69
- name: Verify 3.8
70
run: python __tests__/verify-python.py 3.8
71
-
+
72
- name: Run with setup-python 3.7.5
73
uses: ./
74
with:
0 commit comments