Skip to content

Commit 9dc6e75

Browse files
committed
yet again
1 parent 853a598 commit 9dc6e75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: 3.10
42+
python-version: "3.10"
4343

4444
- name: Install dependencies
4545
run: |

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Python 3.10
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: ["3.10"]
42+
python-version: ${{ matrix.python-version }}
4343

4444
- name: Install dependencies
4545
run: |

0 commit comments

Comments
 (0)