diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f107253..89592e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: - name: Check PyTorch run: python -c "import torch; print(torch.__version__)" - name: Install Package - run: pip install -e '.[testing]' + run: python -m pip install -e '.[testing]' - name: Run Pytest run: python -m pytest -s -v