Skip to content

Commit

Permalink
Merge pull request #76 from LifeAdventurer/v2.0
Browse files Browse the repository at this point in the history
Fix: Incorrect path in workflow file
  • Loading branch information
tobiichi3227 authored Jun 11, 2024
2 parents eb387b7 + 014ecee commit 537d978
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 537d978

Please sign in to comment.