Skip to content

Commit f76e42b

Browse files
committedMar 8, 2025
updating workflow
1 parent 298ce30 commit f76e42b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎.github/workflows/pyinstaller-package.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.10'
23-
cache: 'pip'
24-
25-
- name: Check Python Version
26-
run: |
27-
python --version
28-
which python
22+
python-version: '3.9'
2923

3024
- name: Install
3125
run: |

0 commit comments

Comments
 (0)
Failed to load comments.