Run tests in CI

This commit is contained in:
Christa Hartsock
2022-07-05 11:31:42 -07:00
parent af6495cd4c
commit 6e0bf0a31c
2 changed files with 1 additions and 5 deletions

View File

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