Skip to content

Commit 2ff5b76

Browse files
committed
try fix python 3.9
1 parent 7cf56b7 commit 2ff5b76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: [3.6, 3.7, 3.8, 3.9]
12-
1312
steps:
13+
- uses: actions/setup-python@v2
14+
with:
15+
python-version: ${{ matrix.python-version }}
1416
- uses: actions/checkout@v2
1517
with:
1618
lfs: true

0 commit comments

Comments
 (0)