Skip to content

Commit

Permalink
update worflow to force the lock to be regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 18, 2024
1 parent 9c442e7 commit 74e98be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ jobs:
pip install -U pip poetry twine
poetry config virtualenvs.create false
- name: Install Python dependencies
run: poetry install

- name: Update Poetry lock file
- name: Regenerate Poetry lock file
run: |
poetry update
rm -f poetry.lock
poetry lock
poetry install

- name: Configure environment variables for CMake
run: |
Expand Down

0 comments on commit 74e98be

Please sign in to comment.