Skip to content

Commit

Permalink
Revert torch cpu install
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Aug 30, 2023
1 parent aacbec5 commit 3cc83c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# Install cpu versions
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
pip install pytest
pip install sh
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
pip install pytest
pip install pytest-cov[toml]
Expand Down

0 comments on commit 3cc83c0

Please sign in to comment.