Skip to content

Commit

Permalink
Validate dependency files are in sync
Browse files Browse the repository at this point in the history
Only check on one version of Python as they're likely to be version
specific. Pick 3.10 to check on as that's the platform they currently
claim to be built for.
  • Loading branch information
PeterJCLaw committed Apr 6, 2024
1 parent bbf436f commit bfb6a0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt

- name: Validate dependencies
uses: PeterJCLaw/validate-generated-files@v1
if: matrix.python == '3.10'
with:
command: ./script/compile-requirements.sh
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 bfb6a0f

Please sign in to comment.