diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edc2a66e4b..ec92abe6b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,6 @@ jobs: with: python-version: 3.8 - name: Install Dependencies - run: pip install -r requirements.txt + run: pip install -e '.[gpu,testing]' - name: Run Pytest run: python -m pytest -s -v