Skip to content

Commit 6b4aeba

Browse files
committedMar 8, 2025
updating workflow
1 parent 5e9c0d9 commit 6b4aeba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/pyinstaller-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424

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

0 commit comments

Comments
 (0)