Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 20, 2024
1 parent be6bec4 commit e8a698a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
poetry config virtualenvs.create false
- name: Install Python dependencies
run: poetry install
run: |
rm -f poetry.lock
poetry lock
poetry install
- name: Configure environment variables for CMake
run: |
Expand All @@ -50,10 +53,7 @@ jobs:
make
- name: Install package
run: |
rm -f poetry.lock
poetry lock
poetry install
run: poetry install

- name: Set environment variables for tests
run: |
Expand Down

0 comments on commit e8a698a

Please sign in to comment.