Skip to content

Commit

Permalink
Fix broken deployment workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Dec 12, 2023
1 parent 59f6869 commit 4bbae45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install poetry
run: |
pipx install poetry
poetry self add .
pipx inject poetry .
# NOTE: Instead of above step use the following in your workflow
# - name: Install poetry
Expand Down

0 comments on commit 4bbae45

Please sign in to comment.