Install dependencies on CI with docker

To avoid permissions problem installing pycurl
This commit is contained in:
Christa Hartsock
2022-07-01 11:49:44 -07:00
parent bf21aa882b
commit b91996ddea

View File

@@ -29,7 +29,7 @@ jobs:
with:
python-version: "3.9"
- name: Install dependencies
run: make bootstrap
run: make bootstrap-with-docker
# - name: Run style checks
# run: flake8 .
# - name: Check imports alphabetized