Skip to content

Commit 458ef44

Browse files
committed
versions as strings
1 parent 806c416 commit 458ef44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.10
16+
python-version: "3.11"
1717
- name: Generate coverage report
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/python-runlinter.yml

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@v2
2020
with:
21-
python-version: 3.10
21+
python-version: "3.11"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/python-runtests-img-comp.yml

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@v2
2020
with:
21-
python-version: 3.10
21+
python-version: "3.11"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)