install python dependencies in CI
parent
1d861d49d7
commit
086d58e21e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue