use requirements file for tests

This commit is contained in:
Wing Lian
2023-05-27 12:17:46 -04:00
parent 72b6ca0d9f
commit a653392287
2 changed files with 2 additions and 14 deletions

View File

@@ -15,11 +15,11 @@ jobs:
with:
python-version: "3.9"
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
pip install -e .
pip install pytest
pip install -r requirements-tests.txt
- name: Run tests
run: |