Skip to content

Commit

Permalink
check version #2
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Jun 3, 2024
1 parent 7797cef commit e689650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pdm-install-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Print and check torch version
run: |
pdm run python -c "import torch; print(torch.__version__)"
pdm run python -c "import torch; assert torch.__version__.endswith('+gpu')"
pdm run python -c "import torch; assert torch.__version__.endswith('+cpu')"
- name: Install package (including dev dependencies)
run: |
Expand Down

0 comments on commit e689650

Please sign in to comment.