Skip to content

Commit 563270a

Browse files
committed
[Diagnosing build action]
1 parent 9faa1b4 commit 563270a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
# You can use PyPy versions in python-version.
1111
# For example, pypy2 and pypy3
1212
matrix:
13-
python-version: ["3.7.13", "3.8.13", "3.9.13", "3.10"]
13+
# python-version: ["3.7.13", "3.8.13", "3.9.13", "3.10"]
14+
python-version: [3.8]
1415

1516
steps:
1617
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)