We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87e9c0 commit 18a0c69Copy full SHA for 18a0c69
Makefile
@@ -63,7 +63,7 @@ docker-shell-os:
63
64
.PHONY: test-elasticsearch
65
test-elasticsearch:
66
- -$(run_es) /bin/bash -c 'export && ./scripts/wait-for-it-es.sh elasticsearch:9200 && cd stac_fastapi/tests/ && pytest'
+ -$(run_es) /bin/bash -c 'pip install redis==6.4.0 export && ./scripts/wait-for-it-es.sh elasticsearch:9200 && cd stac_fastapi/tests/ && pytest'
67
docker compose down
68
69
.PHONY: test-opensearch
0 commit comments