Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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