diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f64f9cb08..1aea7c0cd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,8 @@ jobs: with: python-version: 3.8 - name: Install Dependencies - run: pip install pytest numpy tqdm requests torch + run: | + pip install -r requirements.txt + pip install -r requirements-dev.txt - name: Run Pytest run: python -m pytest -s -v