Skip to content

Commit eedd62b

Browse files
committed
ci: Lock python at 3.9 to avoid poetry bug
See also: python-poetry/poetry#2386
1 parent 801479b commit eedd62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.x"]
12+
python-version: ["3.9"]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Configure git

0 commit comments

Comments
 (0)