Skip to content

Commit

Permalink
fix GA
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed May 10, 2024
1 parent 6f2c9ab commit d4e587b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ jobs:
run: |
make setup
pip freeze
- name: Install FlyteCTL
uses: unionai-oss/flytectl-setup-action@master
- name: Setup Flyte Sandbox
run: |
flytectl demo start
- name: Test Rust Flytekit Remote Client
run: |
pytest tests/flytekit/integration/remote/test_rust_remote.py
Expand Down Expand Up @@ -225,6 +230,11 @@ jobs:
run: |
make setup
pip freeze
- name: Install FlyteCTL
uses: unionai-oss/flytectl-setup-action@master
- name: Setup Flyte Sandbox
run: |
flytectl demo start
- name: Test Rust Flytekit Remote Client
run: |
pytest tests/flytekit/integration/remote/test_rust_remote.py
Expand Down
1 change: 0 additions & 1 deletion tests/flytekit/integration/remote/test_rust_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from flytekit.remote import FlyteRemote
from flytekit.remote.entities import FlyteTask

CONFIG = os.environ.get("FLYTECTL_CONFIG", str(pathlib.Path.home() / ".flyte" / "config-sandbox.yaml"))

PROJECT = "flytesnacks"
DOMAIN = "development"
Expand Down

0 comments on commit d4e587b

Please sign in to comment.