Skip to content

Commit

Permalink
fix: Install poetry dependencies to resolve toml module import error
Browse files Browse the repository at this point in the history
  • Loading branch information
lavie committed Jan 29, 2025
1 parent 7b01879 commit 0d235bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

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

0 comments on commit 0d235bd

Please sign in to comment.