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.
2 parents 75bca57 + f398dec commit dac10faCopy full SHA for dac10fa
1 file changed
.github/workflows/test.yml
@@ -25,6 +25,8 @@ jobs:
25
- uses: actions/checkout@v3
26
- name: Setup Python ${{ matrix.python }}
27
uses: actions/setup-python@v4
28
+ with:
29
+ python-version: ${{ matrix.python }}
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
0 commit comments