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 f09eacf commit bac76f8Copy full SHA for bac76f8
1 file changed
.github/workflows/python-app.yml
@@ -20,15 +20,11 @@ jobs:
20
python-version: [3.7, 3.8, 3.9]
21
22
steps:
23
- - uses: actions/checkout@v4
24
- - name: Set up node
+ - uses: actions/checkout@v2
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v2
27
with:
28
python-version: ${{ matrix.python-version }}
29
- with:
30
- node-version: 20.x
31
-
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
0 commit comments