diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index b3c924b0f9..9a2c19a52c 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -170,7 +170,7 @@ jobs: cpu: "0" memory: "0" EOF - flytectl demo start --image flyte-sandbox-bundled:local --disable-agent --imagePullPolicy Never + flytectl demo start --image flyte-sandbox-bundled:local --imagePullPolicy Never - name: Install Python dependencies run: | python -m pip install --upgrade pip