Skip to content

Commit

Permalink
Test torch.linalg
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Nov 5, 2023
1 parent 7cb8fae commit 50bd08e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
pip install pylint mypy pytest pytest-cov
pip install torch==${{ matrix.pytorch-version }}+cpu --index-url https://download.pytorch.org/whl/cpu
pip install multimethod
- name: Test tmp
run: |
python -c "import torch; print(torch.linalg.svd)"
- name: Run pylint
run: pylint tat
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 50bd08e

Please sign in to comment.