Skip to content

Commit

Permalink
Fix: Incorrect path in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeAdventurer authored Jun 11, 2024
1 parent eb387b7 commit 014ecee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Export requirements.txt
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry export --without-hashes --format=requirements.txt > requirements.txt
poetry export --without-hashes --format=requirements.txt > scripts/requirements.txt
- name: Commit changes
run: |
Expand Down

0 comments on commit 014ecee

Please sign in to comment.