Skip to content

Commit de47783

Browse files
committed
cannot test gpu code in matrix as is
1 parent 4d0d65f commit de47783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uv pip install --system xgboost
7474
uv pip install --system 'tritonclient[grpc,http]!=2.41.0'
7575
# install checked out coffea
76-
uv pip install --system -q '.[dev,parsl,dask,spark,gpu]' --upgrade
76+
uv pip install --system -q '.[dev,parsl,dask,spark]' --upgrade
7777
uv pip list --system
7878
java -version
7979
- name: Install dependencies (MacOS)

0 commit comments

Comments
 (0)