Skip to content

Commit

Permalink
XXX: ci: fix missing dep (python-dotenv)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Aug 28, 2023
1 parent 2be59f9 commit a922d8f
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 strenum --user
python -m pip install build psutil typing-extensions loguru strenum python-dotenv --user
- name: "✏️ Install changelog dependencies"
if: ${{ steps.release.outputs.version != '' }}
Expand Down

0 comments on commit a922d8f

Please sign in to comment.