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 5657fa0 commit f398decCopy full SHA for f398dec
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