Remove MANIFEST reference in docs job (#15584)
This commit is contained in:
parent
5cd8001240
commit
5bec46ddce
|
@ -75,7 +75,7 @@ jobs:
|
|||
if: ${{ matrix.pkg-name == 'app' }}
|
||||
run: |
|
||||
pip install -e . -U -f https://download.pytorch.org/whl/cpu/torch_stable.html -f pypi
|
||||
git checkout -- MANIFEST.in
|
||||
git checkout -- .
|
||||
|
||||
- name: Adjust docs refs
|
||||
if: ${{ matrix.pkg-name == 'app' }}
|
||||
|
|
Loading…
Reference in New Issue