Skip to content

Commit

Permalink
add directory for test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
helrond committed Dec 2, 2024
1 parent c83570b commit 7955175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pre-commit autoupdate

- name: Update test requirements
run: pip-compile --upgrade test_requirements.in -o test_requirements.txt
run: pip-compile --upgrade tests/test_requirements.in -o tests/test_requirements.txt

- name: Create Pull Request
uses: peter-evans/[email protected]
Expand Down

0 comments on commit 7955175

Please sign in to comment.