Skip to content

Commit

Permalink
Install development dependencies in tracking input runner (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-nunn authored Nov 14, 2024
1 parent 771df09 commit 93bbe4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
path: process/
- name: Install PROCESS
run: pip install -e .
- name: Install dev dependencies
run: pip install -r requirements_dev.txt
- name: Run regression input files
run: python tracking/run_tracking_inputs.py run tests/regression/input_files
- name: Archive tracked MFILEs
Expand Down

0 comments on commit 93bbe4b

Please sign in to comment.