Skip to content

Commit 747812c

Browse files
committed
cannot test gpu code in matrix as is
1 parent 70e8d9b commit 747812c

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
@@ -75,7 +75,7 @@ jobs:
7575
uv pip install --system xgboost
7676
uv pip install --system 'tritonclient[grpc,http]!=2.41.0'
7777
# install checked out coffea
78-
uv pip install --system -q '.[dev,parsl,dask,spark,gpu]' --upgrade
78+
uv pip install --system -q '.[dev,parsl,dask,spark]' --upgrade
7979
uv pip list --system
8080
java -version
8181
- name: Install dependencies (MacOS)

0 commit comments

Comments
 (0)