update publish-pip

This commit is contained in:
Xintao
2021-08-26 22:13:45 +08:00
parent bfa4678bef
commit 52f77e74a8

View File

@@ -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