We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ec64d commit 837b1ceCopy full SHA for 837b1ce
.github/workflows/ci-tests-drafts.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: ${{ matrix.python }}
+ python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
.github/workflows/ci-tests.yaml
@@ -24,7 +24,7 @@ jobs:
26
27
28
29
30
python --version
0 commit comments