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 ff47237 Show installed ff47237 is described below commit ff47237e2e4045742fbd5343d25a888bb60b30ef Author: Sebb <s...@apache.org> AuthorDate: Sun Apr 28 01:13:32 2024 +0100 Show installed --- .github/workflows/integration-tests.yml | 1 + .github/workflows/unittest.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3a647d9..8ea7174 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -61,6 +61,7 @@ jobs: pip install -r tools/requirements.txt pip install -r server/requirements.txt pip install -r test/requirements.txt + pip list - name: Basic test run: | curl -sq "http://localhost:9200/_cluster/health?level=indices&pretty" diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 7f110f7..4891f9b 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -38,6 +38,7 @@ jobs: pip install -r tools/requirements.txt pip install -r test/requirements.txt pip install html2text # optional dependency, but needed for tests + pip list - name: Check versions run: | webui/js/source/build.sh