We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2309b7d commit 0f0616aCopy full SHA for 0f0616a
ci/test_conda.sh
@@ -4,14 +4,6 @@
4
5
set -euo pipefail
6
7
-DISTRO=`cat /etc/os-release | grep "^ID=" | awk 'BEGIN {FS="="} { print $2 }'`
8
-
9
-if [ "$DISTRO" = "ubuntu" ]; then
10
- apt-get update
11
- apt remove --purge `dpkg --get-selections | grep cuda-nvvm | awk '{print $1}'` -y
12
- apt remove --purge `dpkg --get-selections | grep cuda-nvrtc | awk '{print $1}'` -y
13
-fi
14
15
# Constrain oldest supported dependencies for testing
16
if [ "${NUMBA_VERSION:-*}" != "*" ]; then
17
# add to the default environment's dependencies
0 commit comments