fix poetry command
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
poetry config virtualenvs.create false
|
||||
poetry install --no-dev
|
||||
poetry install --without dev
|
||||
|
||||
- name: Build Linux package
|
||||
run: poetry run flet build linux
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
poetry config virtualenvs.create false
|
||||
poetry install --no-dev
|
||||
poetry install --without dev
|
||||
|
||||
- name: Build Android APK
|
||||
run: poetry run flet build android
|
||||
|
||||
Reference in New Issue
Block a user