Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Dec 1, 2023
1 parent e1c49bf commit 3df1fc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3df1fc0

Please sign in to comment.