Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 23, 2024
1 parent 489d145 commit 67d9b61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions examples/sagemaker_inference_agent/requirements.in
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion scripts/serialize-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 67d9b61

Please sign in to comment.