We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9ae59 commit faf5ec8Copy full SHA for faf5ec8
1 file changed
.github/workflows/build.yml
@@ -197,7 +197,6 @@ jobs:
197
run: pytest -vv ${{ matrix.tests_config.params }}
198
env:
199
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' || '' }}
201
202
smoke-and-functional-tests:
203
name: ${{ matrix.tests_config.name }} / ${{ matrix.tests_config.os }} / ${{ matrix.python }}
0 commit comments