This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new fb73010 More dependencies needed
fb73010 is described below
commit fb7301010e1dbec26c8464a40bde2c9d2f7d7874
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 23:47:16 2022 +0000
More dependencies needed
---
.github/workflows/integration-tests.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/integration-tests.yml
b/.github/workflows/integration-tests.yml
index 2ece7ee..c846b12 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -42,6 +42,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r tools/requirements.txt
pip install -r server/requirements.txt
+ pip install -r test/requirements.txt
- name: Basic test
run: |
curl -sq "http://localhost:9200/_cluster/health?level=indices&pretty"