Remove MANIFEST reference in docs job (#15584)

This commit is contained in:
Carlos Mocholí 2022-11-08 14:32:25 +01:00 committed by GitHub
parent 5cd8001240
commit 5bec46ddce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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