Skip to content

Commit ef52374

Browse files
committedMar 8, 2025
updating workflow
1 parent 7634c5e commit ef52374

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎.github/workflows/pyinstaller-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
#python-version: '>=3.9 <3.14'
23-
python-version: '3.12'
23+
python-version: '3.10'
2424

2525
- name: Install
2626
run: |
27-
python -m pip install --upgrade pip
28-
python -m pip install pyserial
29-
python -m pip install pyinstaller
30-
python -m pip install .
27+
python3.10 -m pip install --upgrade pip
28+
python3.10 -m pip install pyserial
29+
python3.10 -m pip install pyinstaller
30+
python3.10 -m pip install .
3131
3232
- name: Verify Installations
3333
run: |
34-
python -m pip show isp_programmer
35-
python -m pip show pyserial
34+
python3.10 -m pip show isp_programmer
35+
python3.10 -m pip show pyserial
3636
3737
- name: Make executable
3838
uses: sayyid5416/pyinstaller@v1

0 commit comments

Comments
 (0)