Skip to content

Commit a2413ea

Browse files
committed
add cupy tests
Signed-off-by: Wenqi Li <[email protected]>
1 parent f99ebda commit a2413ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonapp-gpu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
# quick tests for pull requests and the releasing branches
55
push:
66
branches:
7-
- dev
87
- main
98
- releasing/*
109
pull_request:
@@ -92,6 +91,9 @@ jobs:
9291
python get-pip.py && \
9392
rm get-pip.py;
9493
fi
94+
- if: matrix.environment == "PT19+CUDA113"
95+
name: Optional Cupy dependency (cuda113)
96+
run: echo "cupy-cuda113" >> requirements-dev.txt
9597
- name: Install dependencies
9698
run: |
9799
which python

0 commit comments

Comments
 (0)