Skip to content

Commit

Permalink
added erlang install and added rabbitmq to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika committed Jun 26, 2021
1 parent 0a7af74 commit 9f425fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand Down

0 comments on commit 9f425fa

Please sign in to comment.