Skip to content

Commit 7254bdf

Browse files
committed
May fix cupy issue.
Signed-off-by: Jonas Yang <joyang@nvidia.com>
1 parent 9f434ef commit 7254bdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gpu_unit_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
fetch-depth: 0
106106
- name: Install the current repository
107107
run: |
108+
pip3 list | grep cupy
109+
pip3 list | grep cupy | xargs pip3 uninstall -y
108110
pip3 install hf_transfer
109111
pip3 install -r requirements-test.txt
110112
pip3 install --no-deps -e .

0 commit comments

Comments
 (0)