File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 pip install poetry
123123 poetry install --with test,docs
124124 echo "Running e2e tests..."
125- poetry run pytest -v -s ./tests/e2e -m 'kind and nvidia_gpu ' > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
125+ poetry run pytest -v -s ./tests/e2e/local_interactive_sdk_kind_test.py -m 'kind' > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
126126 env :
127127 GRPC_DNS_RESOLVER : " native"
128128
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ def run_local_interactives(
6161 worker_memory_requests = 1 ,
6262 worker_memory_limits = 4 ,
6363 worker_extended_resource_requests = {gpu_resource_name : number_of_gpus },
64+ image = "rayproject/ray:2.47.1" ,
6465 verify_tls = False ,
6566 )
6667 )
You can’t perform that action at this time.
0 commit comments