Skip to content

Commit 0f0616a

Browse files
committed
ci: remove distro update from test_conda.sh since we are using pixi
1 parent 2309b7d commit 0f0616a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ci/test_conda.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44

55
set -euo pipefail
66

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-
157
# Constrain oldest supported dependencies for testing
168
if [ "${NUMBA_VERSION:-*}" != "*" ]; then
179
# add to the default environment's dependencies

0 commit comments

Comments
 (0)