Skip to content

Commit 5294bf2

Browse files
committed
Add cupy to CI/CD GPU instances
Signed-off-by: Behrooz <[email protected]>
1 parent be88f7d commit 5294bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
python -m pip install --upgrade pip wheel
282282
python -m pip install ${{ matrix.pytorch }}
283283
python -m pip install -r requirements-dev.txt
284+
python -m pip install cupy==8.6.0
284285
python -m pip list
285286
- name: Run quick tests (GPU)
286287
run: |

0 commit comments

Comments
 (0)