Skip to content

Commit 2bab3fe

Browse files
authored
Fix failing tests
1 parent f0a570c commit 2bab3fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
# As long as we need Python 3.6 here in the test, we can only use up to Ubuntu 20.
10+
# https://github.com/actions/setup-python/issues/544
11+
runs-on: ubuntu-20.04
1012
strategy:
1113
matrix:
1214
include:

0 commit comments

Comments
 (0)