diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 5495288..8ac517d 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -29,9 +29,11 @@ jobs: run: | echo "MACOS_DEPLOYMENT_TARGET=10.14" >> $GITHUB_ENV - - name: Build and install - run: pip install pytest numpy scipy - pip install --verbose . + - name: Build and install Cholespy + run: python -m pip install . + + - name: Install test dependencies + run: python -m pip install pytest numpy scipy - name: Test run: python -m pytest tests