Skip to content

Commit 4742d44

Browse files
committed
Github workflows: messing with python version specifications
1 parent 8bce012 commit 4742d44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
strategy:
88
matrix:
9-
python-version: [3.9]
9+
python-version: ['3.9']
1010

1111
steps:
1212
# Checkout the latest code from the repo

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
# Run in all these versions of Python
10-
python-version: [3.8, 3.9, 3.10]
10+
python-version: ['3.8', '3.9', '3.10']
1111

1212
steps:
1313
# Checkout the latest code from the repo

0 commit comments

Comments
 (0)