fix: remove CUDA 12.2

This commit is contained in:
Laurent Sorber
2023-09-08 15:45:36 +02:00
committed by GitHub
parent 29a88f6213
commit 46715015f3

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
cuda-version: ["11.8", "12.2"]
cuda-version: ["11.8"]
steps:
- name: Checkout