Skip to content

Commit

Permalink
Use requirements_dev.txt to check for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiyam committed Mar 12, 2024
1 parent 7804a7f commit bdb016e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_for_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run pip-compile --upgrade
run: ./tools/pip-compile.sh --upgrade
run: ./tools/pip-compile.sh requirements_dev.in --output-file requirements_dev.txt --upgrade
- name: Run check_for_file_updates.sh
run: ./tools/check_for_file_updates.sh requirements.txt
run: ./tools/check_for_file_updates.sh requirements_dev.txt

0 comments on commit bdb016e

Please sign in to comment.