diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 276e6d962..07d3d7e10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,14 +30,15 @@ jobs: python-version: ${{ matrix.python-version }} - run: pip install tox - - name: Set up MSVC command prompt - uses: ilammy/msvc-dev-cmd@v1 + # - name: Set up MSVC command prompt + # uses: ilammy/msvc-dev-cmd@v1 - name: run Python tests run: tox -e tests env: # Use the CPU only version of torch when building/running the code PIP_EXTRA_INDEX_URL: https://download.pytorch.org/whl/cpu + PIP_VERBOSE: 3 - name: Upload codecoverage uses: codecov/codecov-action@v3