Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Install flyte & Build wheel
run: |
make dist
- name: Install plugins
- name: Install plugins and example dependencies
working-directory: plugins
run: |
uv pip install ./ray ./pytorch ./dask ./spark
uv pip install ../ # Make sure the flyte sdk is installed from the current branch
uv pip install "../[examples-test]" # Install flyte with example test dependencies
uv pip list
- name: Run integration tests
env:
Expand Down
Loading
Loading