Skip to content

Commit bac76f8

Browse files
committed
breaktofix
1 parent f09eacf commit bac76f8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ jobs:
2020
python-version: [3.7, 3.8, 3.9]
2121

2222
steps:
23-
- uses: actions/checkout@v4
24-
- name: Set up node
23+
- uses: actions/checkout@v2
2524
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v2
2726
with:
2827
python-version: ${{ matrix.python-version }}
29-
with:
30-
node-version: 20.x
31-
3228
- name: Install dependencies
3329
run: |
3430
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)