Skip to content

Commit

Permalink
Validate dependency files are in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 6, 2024
1 parent bbf436f commit fb7f0f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt

- name: Validate dependencies
uses: PeterJCLaw/validate-generated-files@v1
command: ./script/compile-requirements.sh --no-upgrade
files: requirements*.txt

- name: Use the dev configuration
run: cp helpdesk/helpdesk/configuration.dev.py helpdesk/helpdesk/configuration.py

Expand Down

0 comments on commit fb7f0f2

Please sign in to comment.