fix poetry command

This commit is contained in:
Sudo-Ivan
2025-05-29 16:05:09 -05:00
parent 9b9b4649f6
commit 85526c6e34

View File

@@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install poetry
poetry config virtualenvs.create false poetry config virtualenvs.create false
poetry install --no-dev poetry install --without dev
- name: Build Linux package - name: Build Linux package
run: poetry run flet build linux run: poetry run flet build linux
@@ -54,7 +54,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install poetry
poetry config virtualenvs.create false poetry config virtualenvs.create false
poetry install --no-dev poetry install --without dev
- name: Build Android APK - name: Build Android APK
run: poetry run flet build android run: poetry run flet build android