Skip to content

Commit

Permalink
torch version debug
Browse files Browse the repository at this point in the history
  • Loading branch information
teddykoker committed Dec 29, 2023
1 parent 4280863 commit 95690d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install PyTorch
run: pip install torch --index-url https://download.pytorch.org/whl/cpu
- name: Check PyTorch
run: python -c "import torch; print(torch.__version__)"
- name: Install Package
run: pip install -e '.[testing]'
- name: Run Pytest
Expand Down

0 comments on commit 95690d1

Please sign in to comment.