update publish-pip
This commit is contained in:
4
.github/workflows/publish-pip.yml
vendored
4
.github/workflows/publish-pip.yml
vendored
@@ -18,7 +18,9 @@ jobs:
|
|||||||
- name: Install PyTorch (cpu)
|
- name: Install PyTorch (cpu)
|
||||||
run: pip install torch==1.7.0+cpu torchvision==0.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
run: pip install torch==1.7.0+cpu torchvision==0.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt
|
run: |
|
||||||
|
pip install basicsr
|
||||||
|
pip install -r requirements.txt
|
||||||
- name: Build and install
|
- name: Build and install
|
||||||
run: rm -rf .eggs && pip install -e .
|
run: rm -rf .eggs && pip install -e .
|
||||||
- name: Build for distribution
|
- name: Build for distribution
|
||||||
|
|||||||
Reference in New Issue
Block a user