diff --git a/.github/workflows/process.yml b/.github/workflows/process.yml index e5ec2e1a..f05c5921 100644 --- a/.github/workflows/process.yml +++ b/.github/workflows/process.yml @@ -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