diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 04e529f..247b488 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install flake8 pytest[torch] setuptools wheel twine + python -m pip install flake8 pytest setuptools wheel twine torch torchio pip install -e . pip install -r requirements.txt - name: Import checking