Skip to content

Commit 5cf88ad

Browse files
committed
Fix ci
1 parent c86360c commit 5cf88ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
1515
tox_env: [python] #, precommit]
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-python@v3
3333
with:
34-
python-version: "3.7"
34+
python-version: "3.6.7"
3535
- name: Display system info
3636
run: python -c "import sys; print(sys.version)"
3737
- name: Setup Python

0 commit comments

Comments
 (0)