Skip to content

Commit

Permalink
fix: Install toml dependency in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lavie committed Jan 29, 2025
1 parent 93e3c57 commit 7b01879
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
python-version: '3.8'
architecture: 'x64'

- name: Install Poetry
run: pip install poetry
- name: Install Poetry and dependencies
run: |
pip install poetry toml
- name: Get Version
id: get_version
Expand Down

0 comments on commit 7b01879

Please sign in to comment.