From 6151a37625e9b077907e4ae7e61dc766a8d077d7 Mon Sep 17 00:00:00 2001 From: Frank Sinapi Date: Fri, 11 Nov 2022 11:05:20 -0500 Subject: [PATCH] fix(emulation): use emulation v3.0.1 to let CI pass (#499) --- .github/workflows/run_emulation.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run_emulation.yaml b/.github/workflows/run_emulation.yaml index e3da75f1e..bede49f1a 100644 --- a/.github/workflows/run_emulation.yaml +++ b/.github/workflows/run_emulation.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 with: repository: Opentrons/opentrons-emulation - ref: v3.0.0 + ref: v3.0.1 - name: Checkout ot3-firmware repo uses: actions/checkout@v3 @@ -26,14 +26,14 @@ jobs: path: ot3-firmware - name: Setup Emulation - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: cache-break: ${{ github.event.inputs.cache-break }} command: setup-python-only - name: Substitute current sha into yaml id: sub-step - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: command: yaml-sub substitutions: >- @@ -45,13 +45,13 @@ jobs: - name: Build Emulator - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: command: setup input-file: ${{ github.workspace }}/output.yaml - name: Run Emulation - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: command: run input-file: ${{ github.workspace }}/output.yaml @@ -63,7 +63,7 @@ jobs: run: "curl --request GET --header 'opentrons-version: *' http://localhost:31950/modules" - name: Teardown Emulation - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: input-file: ${{ github.workspace }}/output.yaml command: teardown