We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94eb5e commit e06f29fCopy full SHA for e06f29f
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Python ${{ matrix.python-version }}
27
uses: actions/setup-python@v4
28
with:
29
- python-version: 3.7
+ python-version: ${{ matrix.python-version }}
30
31
- name: Install dependencies
32
run: |
0 commit comments