Skip to content

Commit

Permalink
add cupy tests
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
  • Loading branch information
wyli committed Aug 27, 2021
1 parent f99ebda commit a2413ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonapp-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
# quick tests for pull requests and the releasing branches
push:
branches:
- dev
- main
- releasing/*
pull_request:
Expand Down Expand Up @@ -92,6 +91,9 @@ jobs:
python get-pip.py && \
rm get-pip.py;
fi
- if: matrix.environment == "PT19+CUDA113"
name: Optional Cupy dependency (cuda113)
run: echo "cupy-cuda113" >> requirements-dev.txt
- name: Install dependencies
run: |
which python
Expand Down

0 comments on commit a2413ea

Please sign in to comment.