Skip to content

Commit 3e27c50

Browse files
committed
2 parents 091517b + b4dcc14 commit 3e27c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Set up Python 3.12
22+
- name: Set up Python 3.9
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.12"
25+
python-version: "3.9"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)