Skip to content

Commit 4b5d92a

Browse files
Update python-app.yml
1 parent 730346d commit 4b5d92a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/python-app.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ on: [push]
44

55
jobs:
66
reproduce-issue:
7-
runs-on: ubuntu-latest
7+
runs-on: windows-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010

11-
- name: Set up Python 3.12
12-
uses: actions/setup-python@v5
11+
- name: Set up Python 3.9.13
12+
uses: actions/setup-python@v4
1313
with:
14-
python-version: 3.12
15-
cache: 'pip'
14+
python-version: 3.9.13
15+
1616

17-
# - name: Install dependencies
18-
# run: |
19-
# # python -m pip install --upgrade pip
20-
# pip install isort
17+
- name: Install dependencies
18+
run: |
19+
pip install -r requirements.txt
2120

0 commit comments

Comments
 (0)