mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-30 11:26:17 +00:00
CI: install httpx to run tests (#3565)
* install httpx to run tests * try
This commit is contained in:
parent
4dfddf0d10
commit
7af22cd98c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -622,7 +622,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install REST API and UI
|
- name: Install REST API and UI
|
||||||
run: |
|
run: |
|
||||||
pip install -U rest_api/
|
pip install -U "./rest_api[dev]"
|
||||||
pip install -U ui/
|
pip install -U ui/
|
||||||
pip install . # -U prevents the schema generation
|
pip install . # -U prevents the schema generation
|
||||||
|
|
||||||
|
@ -35,6 +35,11 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
dev = [
|
||||||
|
"httpx"
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Documentation = "https://github.com/deepset-ai/haystack/tree/main/rest_api#readme"
|
Documentation = "https://github.com/deepset-ai/haystack/tree/main/rest_api#readme"
|
||||||
Issues = "https://github.com/deepset-ai/haystack/issues"
|
Issues = "https://github.com/deepset-ai/haystack/issues"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user