Skip to content

Commit e7cdfcf

Browse files
committed
CI update (linux)
1 parent 789eb47 commit e7cdfcf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
- name: Set up environment
2020
run: |
2121
cd ..
22-
pip3 install virtualenv
23-
python3 -m virtualenv -p python3 pyenv
22+
python -m venv pyenv
23+
python -m ensurepip --upgrade
2424
source pyenv/bin/activate
2525
cd emagpy
26-
pip3 install setuptools==65.6.3
27-
pip3 install -r requirements-gui.txt
28-
pip3 install pyinstaller==6.11.1
26+
pip install -r requirements-gui.txt
27+
pip install pyinstaller==6.11.1
2928
3029
- name: Run build
3130
run: |

0 commit comments

Comments
 (0)