Skip to content

Commit

Permalink
Merge pull request #17 from RockefellerArchiveCenter/actions-fix
Browse files Browse the repository at this point in the history
add directory for test requirements
  • Loading branch information
helrond authored Dec 2, 2024
2 parents bd944fd + 7955175 commit 526ec3e
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 526ec3e

Please sign in to comment.