Skip to content

Commit faf5ec8

Browse files
authored
ci: unpin durable functions emulator image tag (#9054)
1 parent 9f9ae59 commit faf5ec8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ jobs:
197197
run: pytest -vv ${{ matrix.tests_config.params }}
198198
env:
199199
FORCE_RUN_DOCKER_TEST: ${{ matrix.tests_config.name == 'durable-functions' && '1' || '' }}
200-
DURABLE_EXECUTIONS_EMULATOR_IMAGE_TAG: ${{ matrix.tests_config.name == 'durable-functions' && 'v1.1.1' || '' }}
201200

202201
smoke-and-functional-tests:
203202
name: ${{ matrix.tests_config.name }} / ${{ matrix.tests_config.os }} / ${{ matrix.python }}

0 commit comments

Comments
 (0)