Poetry lock --no-update

This commit is contained in:
Yeicor
2024-11-23 11:31:56 +01:00
parent 77f6a0ae89
commit 1e0cee46cd
2 changed files with 3 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ jobs:
with:
python-version: "3.11"
cache: "poetry"
- run: "SKIP_BUILD_FRONTEND=true poetry lock --no-update"
- run: "SKIP_BUILD_FRONTEND=true poetry install"
- run: "SKIP_BUILD_FRONTEND=true poetry build"
@@ -59,6 +60,7 @@ jobs:
with:
python-version: "3.11"
cache: "poetry"
- run: "SKIP_BUILD_FRONTEND=true poetry lock --no-update"
- run: "SKIP_BUILD_FRONTEND=true poetry install"
- run: "poetry run python yacv_server/logo.py"
- uses: "actions/upload-artifact@v4"
@@ -79,6 +81,7 @@ jobs:
with:
python-version: "3.11"
cache: "poetry"
- run: "SKIP_BUILD_FRONTEND=true poetry lock --no-update"
- run: "SKIP_BUILD_FRONTEND=true poetry install"
- run: "YACV_DISABLE_SERVER=true poetry run python example/object.py"
- uses: "actions/upload-artifact@v4"