We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853a598 commit 9dc6e75Copy full SHA for 9dc6e75
2 files changed
.github/workflows/docs.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Python
40
uses: actions/setup-python@v5
41
with:
42
- python-version: 3.10
+ python-version: "3.10"
43
44
- name: Install dependencies
45
run: |
.github/workflows/pytest.yml
- name: Setup Python 3.10
- python-version: ["3.10"]
+ python-version: ${{ matrix.python-version }}
0 commit comments