diff --git a/.github/workflows/pytest-miscellaneous-tests.yml b/.github/workflows/pytest-miscellaneous-tests.yml index 3a14f4c8de..be8762d002 100644 --- a/.github/workflows/pytest-miscellaneous-tests.yml +++ b/.github/workflows/pytest-miscellaneous-tests.yml @@ -62,7 +62,7 @@ jobs: test_output_suffix: misc - name: Run core agent test on ${{ matrix.python-version }}, ${{ matrix.os }} - uses: volttron/volttron-build-action@v4 + uses: volttron/volttron-build-action@erlang_update with: python_version: ${{ matrix.python-version }} os: ${{ matrix.os }} @@ -70,7 +70,7 @@ jobs: test_output_suffix: misc - name: Run packaging test on ${{ matrix.python-version }}, ${{ matrix.os }} - uses: volttron/volttron-build-action@v4 + uses: volttron/volttron-build-action@erlang_update with: python_version: ${{ matrix.python-version }} os: ${{ matrix.os }} @@ -78,7 +78,7 @@ jobs: test_output_suffix: misc - name: Run platform init test on ${{ matrix.python-version }}, ${{ matrix.os }} - uses: volttron/volttron-build-action@v4 + uses: volttron/volttron-build-action@erlang_update with: python_version: ${{ matrix.python-version }} os: ${{ matrix.os }} @@ -86,7 +86,7 @@ jobs: test_output_suffix: misc - name: Run sqlite3 test on ${{ matrix.python-version }}, ${{ matrix.os }} - uses: volttron/volttron-build-action@v4 + uses: volttron/volttron-build-action@erlang_update with: python_version: ${{ matrix.python-version }} os: ${{ matrix.os }}