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 cb8c99e commit ec7f83aCopy full SHA for ec7f83a
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Python
31
uses: actions/setup-python@v4
32
with:
33
- python-version: ${{ matrix.python-version }}
+ python-version: "${{ matrix.python-version }}"
34
35
- name: Install dependencies
36
run: |
0 commit comments