Skip to content

Commit c2a3ad4

Browse files
committed
limit it to one python interpretor to solve the problem first
1 parent 06e85e3 commit c2a3ad4

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
python: [3.6, 3.7, 3.8, 3.9]
19+
python: [3.6]
2020
os: [ubuntu-latest]
2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)