Skip to content

Commit 7b7c42f

Browse files
author
Matic Lubej
committed
remove ci-action async-timeout since we have ray 2.10 now
1 parent e487b58 commit 7b7c42f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci_action.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ jobs:
9090
pip install -e .[DEV,ML]
9191
pip install gdal==$(gdal-config --version)
9292
93-
- name: Set up local cluster # we need to install async-timeout until ray 2.9.0 fixes the issue
94-
run: |
95-
pip install async-timeout
96-
ray start --head
93+
- name: Set up local cluster
94+
run: ray start --head
9795

9896
- name: Run fast tests
9997
if: ${{ !matrix.full_test_suite }}

0 commit comments

Comments
 (0)