Skip to content

Commit

Permalink
make conda installs in CI stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 10, 2024
1 parent 14639d8 commit fd2c794
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail

. /opt/conda/etc/profile.d/conda.sh

VERSION="$(head -1 pynvjitlink/VERSION)"

rapids-logger "Install testing dependencies"

ENV_YAML_DIR="$(mktemp -d)"
Expand All @@ -29,7 +31,7 @@ rapids-print-env

rapids-mamba-retry install \
--channel "${PYTHON_CHANNEL}" \
pynvjitlink
"pynvjitlink=${VERSION}"

rapids-logger "Build Tests"
pushd test_binary_generation
Expand Down

0 comments on commit fd2c794

Please sign in to comment.