Unverified Commit 0075814f authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] bump CUDA version from `11.5.0` to `11.5.1` at CI (#4967)

* Revert "[ci] ignore certificates for kitware apt channel in CUDA jobs (fixes #4646) (#4648)"

This reverts commit 10e0edc4.

* update cuda at CI
parent e6a2f716
...@@ -98,15 +98,9 @@ else # Linux ...@@ -98,15 +98,9 @@ else # Linux
clang \ clang \
libomp-dev libomp-dev
fi fi
curl \ curl -sL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add -
-s \
-L \
--insecure \
https://apt.kitware.com/keys/kitware-archive-latest.asc \
| apt-key add -
apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" -y apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" -y
apt-get --allow-unauthenticated upgrade -y apt-get update
apt-get --allow-unauthenticated update -y
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
cmake cmake
else else
......
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
- method: source - method: source
compiler: gcc compiler: gcc
python_version: 3.7 python_version: 3.7
cuda_version: "11.5.0" cuda_version: "11.5.1"
- method: pip - method: pip
compiler: clang compiler: clang
python_version: 3.8 python_version: 3.8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment