Skip to content

Commit 019a9fd

Browse files
author
Gal Ben David
committed
wip
1 parent cd2ef7b commit 019a9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: [3.7, 3.8, 3.9, 3.10]
27+
python-version: ['3.7', '3.8', '3.9', '3.10']
2828
os: [ubuntu-latest , macos-latest, windows-latest]
2929
steps:
3030
- name: Checkout

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9, 3.10]
12+
python-version: ['3.7', '3.8', '3.9', '3.10']
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)