Skip to content

Commit

Permalink
[Workflow] Update workflow to use the stable version of pytorch (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoyaoding committed Mar 24, 2023
1 parent 3e934fb commit 5b3ab00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu118
pip install torch torchvision torchaudio
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Format with black
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies via pip
run: |
python -m pip install --upgrade pip
pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu118
pip install torch torchvision torchaudio
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies via pip
run: |
python -m pip install --upgrade pip
pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu118
pip install torch torchvision torchaudio
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 5b3ab00

Please sign in to comment.