From 3df1fc055c4d75a212ceea432e689d2ba374d96b Mon Sep 17 00:00:00 2001 From: Luthaf Date: Fri, 1 Dec 2023 10:00:23 +0100 Subject: [PATCH] DEBUG --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 276e6d962..8c49c9d5f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,14 +30,12 @@ jobs: python-version: ${{ matrix.python-version }} - run: pip install tox - - 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: 1 - name: Upload codecoverage uses: codecov/codecov-action@v3