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 3563c51 commit ead9615Copy full SHA for ead9615
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Set up Python ${{ matrix.python-version }}
54
uses: actions/setup-python@v3
55
with:
56
- python-version: ${{ matrix.python-version }}
+ python-version: "${{ matrix.python-version }}"
57
58
- name: Install dependencies
59
run: |
0 commit comments