diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index ab3c069447ab..166f9b5b389d 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -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 diff --git a/flows/ray_result_storage_location.py b/flows/ray_result_storage_location.py index f92b3b94120d..34e13d733221 100644 --- a/flows/ray_result_storage_location.py +++ b/flows/ray_result_storage_location.py @@ -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