diff --git a/.github/workflows/checks_new.yml b/.github/workflows/checks_new.yml index 9ad9c15f6..e0833fdb4 100644 --- a/.github/workflows/checks_new.yml +++ b/.github/workflows/checks_new.yml @@ -86,7 +86,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: snacks-${{ matrix.example }} + name: snacks-examples-${{ matrix.example }} path: examples/${{ matrix.example }}/**/*.pb # Download all artifacts generated from the previous job. Startup a sandbox cluster then register all of them. diff --git a/examples/sagemaker_inference_agent/requirements.in b/examples/sagemaker_inference_agent/requirements.in index 1160374e9..975e20259 100644 --- a/examples/sagemaker_inference_agent/requirements.in +++ b/examples/sagemaker_inference_agent/requirements.in @@ -1,7 +1,7 @@ -flytekitplugins-awssagemaker==1.12.0b2 +flytekitplugins-awssagemaker xgboost fastapi uvicorn scikit-learn -flytekit==1.11.0 -flyteidl==1.11.1b0 +flytekit +flyteidl diff --git a/scripts/serialize-example.sh b/scripts/serialize-example.sh index 5898a3ae6..57965cf64 100755 --- a/scripts/serialize-example.sh +++ b/scripts/serialize-example.sh @@ -17,7 +17,7 @@ serialize() { --image "$2" \ --image mindmeld="ghcr.io/flyteorg/flytecookbook:core-latest" \ --image borebuster="ghcr.io/flyteorg/flytekit:py3.9-latest" \ - --output flyte-package.tgz \ + --output /root/flyte-package.tgz \ --force }