Skip to content

Commit

Permalink
Run poetry no-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Antselovich committed Dec 11, 2024
1 parent 703a721 commit 476bdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pip install poetry

- name: Install package
run: "poetry install"
run: poetry lock --no-update && poetry install

# BigQuery start
# - id: 'auth'
Expand Down

0 comments on commit 476bdde

Please sign in to comment.