Skip to content

Commit

Permalink
[ci] bump CUDA version from 11.5.0 to 11.5.1 at CI (#4967)
Browse files Browse the repository at this point in the history
* Revert "[ci] ignore certificates for kitware apt channel in CUDA jobs (fixes #4646) (#4648)"

This reverts commit 10e0edc.

* update cuda at CI
  • Loading branch information
StrikerRUS authored Jan 23, 2022
1 parent e6a2f71 commit 0075814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,9 @@ else # Linux
clang \
libomp-dev
fi
curl \
-s \
-L \
--insecure \
https://apt.kitware.com/keys/kitware-archive-latest.asc \
| apt-key add -
curl -sL 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-get --allow-unauthenticated upgrade -y
apt-get --allow-unauthenticated update -y
apt-get update
apt-get install --no-install-recommends -y \
cmake
else
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- method: source
compiler: gcc
python_version: 3.7
cuda_version: "11.5.0"
cuda_version: "11.5.1"
- method: pip
compiler: clang
python_version: 3.8
Expand Down

0 comments on commit 0075814

Please sign in to comment.