Skip to content

Commit

Permalink
DBE-3225 re-genate lock file based on pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Antselovich committed Dec 19, 2024
1 parent db81cd6 commit ee9a381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pip install poetry

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

# BigQuery start
# - id: 'auth'
Expand Down
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 lock --no-update && poetry install
run: poetry install

# BigQuery start
# - id: 'auth'
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee9a381

Please sign in to comment.