mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 11:19:57 +00:00
install haystack in editable mode for ci (#2082)
This commit is contained in:
parent
713771095b
commit
1b1e44e771
2
.github/workflows/linux_ci.yml
vendored
2
.github/workflows/linux_ci.yml
vendored
@ -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:
|
||||
|
||||
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user