Skip to content

Commit

Permalink
Update test_python.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Jul 20, 2023
1 parent 800dcd6 commit 134b3bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ CUDF_CHANNEL_20=$(rapids-get-artifact ci/cudf/pull-request/13599/${COMMIT}/cudf_
rapids-logger $LIBCUDF_CHANNEL_20
rapids-logger $CUDF_CHANNEL_20

# Force remove packages
conda remove --force cudf libcudf dask-cudf pandas python-tzdata



rapids-logger "Downloading artifacts from previous jobs"
PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)
Expand All @@ -50,6 +46,10 @@ rapids-mamba-retry install \
--channel "${PYTHON_CHANNEL}" \
dask-cuda


# Force remove packages
conda remove --force cudf libcudf dask-cudf pandas python-tzdata

# Install the removed packages from the custom artifact channels.
rapids-mamba-retry install \
--channel "${CUDF_CHANNEL_20}" \
Expand Down

0 comments on commit 134b3bf

Please sign in to comment.