Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/docker/test_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -euo pipefail

# Install dependencies
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends file bzip2
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends file bzip2 gcc

# Download test data
bash datasets/linear_programming/download_pdlp_test_dataset.sh
Expand All @@ -37,7 +37,7 @@ chmod -R a+w "$(pwd)"

cat > /opt/cuopt/test.sh <<EOF
cd /opt/cuopt/cuopt
pip install pytest pexpect
python -m pip install pytest pexpect
export RAPIDS_DATASET_ROOT_DIR=\$(realpath datasets)
echo '----------------- CLI TEST START ---------------'
bash python/libcuopt/libcuopt/tests/test_cli.sh
Expand Down