We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7634c5e commit ef52374Copy full SHA for ef52374
.github/workflows/pyinstaller-package.yml
@@ -20,19 +20,19 @@ jobs:
20
- uses: actions/setup-python@v5
21
with:
22
#python-version: '>=3.9 <3.14'
23
- python-version: '3.12'
+ python-version: '3.10'
24
25
- name: Install
26
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 .
+ python3.10 -m pip install --upgrade pip
+ python3.10 -m pip install pyserial
+ python3.10 -m pip install pyinstaller
+ python3.10 -m pip install .
31
32
- name: Verify Installations
33
34
- python -m pip show isp_programmer
35
- python -m pip show pyserial
+ python3.10 -m pip show isp_programmer
+ python3.10 -m pip show pyserial
36
37
- name: Make executable
38
uses: sayyid5416/pyinstaller@v1
0 commit comments