Skip to content

Commit 2ceef43

Browse files
author
shacharl
committed
version
1 parent 13cd18f commit 2ceef43

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version:
14-
- 3.9.21 # Used for Ubuntu
15-
include:
16-
- os: windows-latest
17-
python-version: 3.9.18 # Use an available version on Windows
13+
python-version: ['3.9.18']
1814

1915
steps:
2016
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)