We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321454c commit aa5fa1dCopy full SHA for aa5fa1d
.github/workflows/pythonapp-gpu.yml
@@ -4,7 +4,6 @@ on:
4
# quick tests for pull requests and the releasing branches
5
push:
6
branches:
7
- - dev
8
- main
9
- releasing/*
10
pull_request:
@@ -92,6 +91,9 @@ jobs:
92
91
python get-pip.py && \
93
rm get-pip.py;
94
fi
+ - if: matrix.environment == 'PT19+CUDA113'
95
+ name: Optional Cupy dependency (cuda113)
96
+ run: echo "cupy-cuda113" >> requirements-dev.txt
97
- name: Install dependencies
98
run: |
99
which python
0 commit comments