Skip to content

Commit 13cd18f

Browse files
author
shacharl
committed
python version
1 parent 8fd90c6 commit 13cd18f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.9.21'
21+
python-version: '3.9.18'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version: ['3.9.21']
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
1418

1519
steps:
1620
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)