Skip to content

Commit

Permalink
just install in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Nov 15, 2024
1 parent 9effa2c commit ecec785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
PREFECT_API_URL: http://127.0.0.1:4200/api
SERVER_VERSION: ${{ matrix.server-version.version }}
run: >
uv pip install src/integrations/prefect-ray
uv pip install .
./scripts/run-integration-flows.py flows/
- name: Show server logs
Expand Down
4 changes: 0 additions & 4 deletions flows/ray_result_storage_location.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# /// script
# dependencies = ["prefect-ray"]
# ///

"""This is a regression test for https://github.com/PrefectHQ/prefect/issues/16009"""

from pathlib import Path
Expand Down

0 comments on commit ecec785

Please sign in to comment.