switch the gh-actions to use ci_tests

This commit is contained in:
Zach White
2021-07-07 20:14:04 -07:00
parent bcdac9a80e
commit 709f416e52
3 changed files with 8 additions and 30 deletions
+2
View File
@@ -22,6 +22,8 @@ jobs:
uses: actions/setup-python@v2.2.2
with:
python-version: '3.7'
- name: Run ci_tests
run: ./ci_tests
- name: Install dependencies
run: |
python -m pip install --upgrade pip