Skip to content

Commit

Permalink
Test (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
diesphink committed Apr 28, 2024
1 parent 2e8f4f4 commit e028a01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- run: |
python -m pip install --upgrade pip
pip install jsonpickle matplotlib numpy-stl pyside6 qt-material qtawesome vtkplotlib pyinstaller
python -m pip install poetry
poetry config virtualenvs.create false
poetry install --no-interaction
- name: Qt GUI with PySide6
uses: Nuitka/Nuitka-Action@main
Expand Down

0 comments on commit e028a01

Please sign in to comment.