File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 6464 python automations/my_automator.py build so
6565 python automations/my_automator.py build wheel
6666 pip install dist/*.whl
67- python automations/my_automator.py build app
6867
6968 - name : Run pytest
7069 run : |
7372 cd tests/
7473 pytest
7574
75+ - name : Build app package
76+ run : |
77+ source .venv/bin/activate
78+ python automations/my_automator.py build app
79+
7680 - name : Upload artifact
7781 uses : actions/upload-artifact@v4
7882 with :
Original file line number Diff line number Diff line change 4747 source .venv/bin/activate
4848 python -m pip install wheel setuptools # setuptools needed for Python >=3.12
4949 python -m pip install -r requirements.txt
50+ python -m pip install pyqt5
5051
5152 - name : Bootstrap vcpkg
5253 run : ${{ env.VCPKG_ROOT }}/bootstrap-vcpkg.sh -disableMetrics
You can’t perform that action at this time.
0 commit comments