Skip to content

Commit c470f4a

Browse files
committed
Lock deps
1 parent aebf7e9 commit c470f4a

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Poetry dependencies
4444
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
4545
run: |
46-
poetry install --sync --no-interaction
46+
poetry sync --no-interaction
4747
# Compile and build Yin-Yang
4848
- name: Compile ui, translations and resources
4949
run: poetry run ./scripts/build_ui.sh

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Poetry dependencies
4545
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
4646
run: |
47-
poetry install --sync --no-interaction
47+
poetry sync --no-interaction
4848
# Build and test Yin-Yang
4949
- name: Compile ui, translations and resources
5050
run: poetry run ./scripts/build_ui.sh

poetry.lock

Lines changed: 37 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)