install haystack in editable mode for ci (#2082)

This commit is contained in:
tstadel 2022-01-28 09:59:28 +01:00 committed by GitHub
parent 713771095b
commit 1b1e44e771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
if: steps.cache-python-env.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager .[test]
pip install --upgrade --upgrade-strategy eager -e .[test]
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
prepare-build:

View File

@ -43,7 +43,7 @@ jobs:
if: steps.cache-python-env.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager .[test]
pip install --upgrade --upgrade-strategy eager -e .[test]
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
prepare-build: