install requirements in workflow

This commit is contained in:
C.J. May
2024-02-09 11:52:43 -06:00
parent 7d00a1d82d
commit b7fecf20e7
+4
View File
@@ -22,6 +22,10 @@ jobs:
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r ./scripts/requirements.txt
- name: Generate CSVs
working-directory: ./scripts
run: |