Skip to content

Commit 9e7dc23

Browse files
Update python-app.yml
1 parent 691de26 commit 9e7dc23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python-app.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.9"
30+
python-version: "3.10"
31+
32+
- name: Modify PATH
33+
run: echo "/opt/hostedtoolcache/Python/3.9.18/x64/bin" >> $GITHUB_PATH
34+
3135

3236
- name: Check Python version
3337
run: python --version
38+
39+
3440

3541
# - name: Install dependencies
3642
# run: |

0 commit comments

Comments
 (0)