Skip to content

Commit

Permalink
Merge pull request #61 from Haidra-Org/release-dep-missing
Browse files Browse the repository at this point in the history
fix: release yaml oversight
  • Loading branch information
tazlin authored Aug 2, 2023
2 parents c6ca562 + 6138e94 commit 69fc756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ steps.release.outputs.version != '' }}
run: |
python -m pip install --upgrade pip
python -m pip install build psutil typing-extensions loguru --user
python -m pip install build psutil typing-extensions loguru strenum --user
- name: "✏️ Install changelog dependencies"
if: ${{ steps.release.outputs.version != '' }}
Expand Down

0 comments on commit 69fc756

Please sign in to comment.