diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a3d686..9d78a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,8 +52,12 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name: Install torch + run: | + python -m pip install torch==1.9.0 + - name: Install package - run: python -m pip install torch==1.9.0 & python -m pip install .[test] + run: python -m pip install .[test] - name: Test package run: python -m pytest -ra --cov=nlpsig