mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-13 16:43:44 +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'
|
if: steps.cache-python-env.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
|
||||||
|
|
||||||
prepare-build:
|
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'
|
if: steps.cache-python-env.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
|
||||||
|
|
||||||
prepare-build:
|
prepare-build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user