Update python-tests.yml

This commit is contained in:
Sean Whalen
2021-12-07 10:55:05 -05:00
committed by GitHub
parent 2748022824
commit 76a7a47c53

View File

@@ -23,7 +23,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
run: |
tests.py
python3 tests.py
- name: Build docs
run: |
cd docs