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 073c637
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 073c637

Please sign in to comment.