Poetry lock --no-update 2

This commit is contained in:
Yeicor
2024-11-23 11:34:11 +01:00
parent 1e0cee46cd
commit c20849222c

View File

@@ -24,6 +24,7 @@ jobs:
- uses: "actions/setup-node@v4"
with:
cache: "yarn"
- run: "poetry lock --no-update"
- run: "yarn install"
- run: "yarn build"
- uses: "actions/upload-artifact@v4"