From e028a0160e150901b27f89454db89f958ab340eb Mon Sep 17 00:00:00 2001 From: Diego Pereyra Date: Sun, 28 Apr 2024 20:03:01 -0300 Subject: [PATCH] Test (6) --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f9f8c0..787808a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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