Skip to content

Commit

Permalink
Update poetry.lock to match pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng committed May 22, 2024
1 parent c95b22d commit bada574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
env:
POETRY_HOME: ${{ runner.temp }}/poetry

- name: Add Poetry to PATH
run: echo "${{ runner.temp }}/poetry/bin" >> $GITHUB_PATH

- name: Update Poetry lock file
run: poetry lock --no-update

- name: Install dependencies
run: poetry install

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

0 comments on commit bada574

Please sign in to comment.