fix tests

This commit is contained in:
Phil Wang
2023-03-19 10:52:47 -07:00
parent c59843d7b8
commit e1b08c15b9

View File

@@ -27,6 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install wheel
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |