Skip to content

Commit

Permalink
[Fix] Fix PyTorch installation in merge stage test (#1158)
Browse files Browse the repository at this point in the history
fix merge stage test
  • Loading branch information
LeoXing1996 authored Sep 24, 2022
1 parent 1aca6d1 commit 998df8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
run: |
apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build libglib2.0-0 libsm6 libxrender-dev libxext6
- name: Install PyTorch
run: pip install torch==1.8.1+cpu torchvision==0.9.1+cpu -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
run: python -m pip install torch==1.8.1+cpu torchvision==0.9.1+cpu -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
- name: Install mmediting dependencies
run: |
pip install git+https://github.com/open-mmlab/mmengine.git@main
Expand Down

0 comments on commit 998df8c

Please sign in to comment.