Skip to content

Commit

Permalink
Removed install checks for CUDA 11.3 and 11.6 due to new disk limits …
Browse files Browse the repository at this point in the history
…for Github action
  • Loading branch information
lingfeiwang authored Mar 7, 2024
1 parent 98d1a2f commit d890f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9","3.10",""]
cuda-version: ["11.3","11.6","11.7",""]
cuda-version: ["11.7",""]
steps:
- name: Show version
id: version
Expand Down

0 comments on commit d890f5e

Please sign in to comment.