Skip to content

Commit

Permalink
Add reinstall lightning after cpu torch
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Nov 8, 2023
1 parent f334968 commit a91f05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
poetry install --with test
poetry run python -m pip install --upgrade pip
poetry run pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
poetry run pip install lightning
- name: Test with pytest
run: |
poetry run pytest tests/

0 comments on commit a91f05a

Please sign in to comment.