From 9f425fa57c479a5fbbd29111108ca901f3342386 Mon Sep 17 00:00:00 2001 From: schandrika Date: Fri, 25 Jun 2021 17:49:45 -0700 Subject: [PATCH] added erlang install and added rabbitmq to bootstrap --- .github/workflows/pytest-testutils.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest-testutils.yml b/.github/workflows/pytest-testutils.yml index cd915fdeb6..6d374ce295 100644 --- a/.github/workflows/pytest-testutils.yml +++ b/.github/workflows/pytest-testutils.yml @@ -27,6 +27,11 @@ jobs: # checkout the volttron repository and set current direectory to it - uses: actions/checkout@v2 + # Install erlang for rabbitmq + - name: Install erlang + run: | + sudo scripts/rabbit_dependencies.sh debian ${{ matrix.os }} + # Attempt to restore the cache from the build-dependency-cache workflow if present then # the output value steps.check_files.outputs.files_exists will be set (see the next step for usage) - name: Set up Python ${{matrix.os}} ${{ matrix.python-version }} @@ -46,7 +51,7 @@ jobs: if: steps.check_files.outputs.files_exists != 'true' run: | pip install wheel - python bootstrap.py --all --force + python bootstrap.py --all --rabbitmq --force - name: Install volttron run: |