install python dependencies in CI

release/4.3a0
Varun Agrawal 2023-10-07 16:25:11 -04:00
parent 1d861d49d7
commit 086d58e21e
1 changed files with 4 additions and 1 deletions

View File

@ -109,10 +109,13 @@ jobs:
with: with:
swap-size-gb: 6 swap-size-gb: 6
- name: Install Dependencies - name: Install System Dependencies
run: | run: |
bash .github/scripts/python.sh -d bash .github/scripts/python.sh -d
- name: Install Python Dependencies
run: pip install -r python/dev_requirements.txt
- name: Build - name: Build
run: | run: |
bash .github/scripts/python.sh -b bash .github/scripts/python.sh -b