Skip to content

Commit

Permalink
Revert to latest flytesnacks
Browse files Browse the repository at this point in the history
Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb committed Jul 6, 2023
1 parent ac1f8dd commit 828dcc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,14 @@ jobs:
memory: "0"
EOF
flytectl demo start --image flyte-sandbox-bundled:local --imagePullPolicy Never
docker exec flyte-sandbox kubectl delete pods -n default --all
- name: Register examples
uses: unionai/[email protected]
with:
flytesnacks: true
config: boilerplate/flyte/end2end/functional-test-config.yaml
project: flytesnacks
domain: development
version: "v0.3.196"
version: latest
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -184,7 +183,6 @@ jobs:
- name: End2End
env:
PRIORITIES: "P0"
VERSION: "v0.3.196"
run: |
make end2end_execute
Expand Down

0 comments on commit 828dcc1

Please sign in to comment.