Skip to content

Commit

Permalink
Merge pull request #11 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Debug dependency update workflow
  • Loading branch information
helrond authored Dec 2, 2024
2 parents 74e0439 + cfe368b commit 5b41bd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: pip

- name: Install pre-commit and pip-tools
run: pip install pre-commit pip-tools
Expand All @@ -39,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 5b41bd5

Please sign in to comment.