mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-04 09:43:33 -05:00
Install dependencies on CI with docker
To avoid permissions problem installing pycurl
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user