Skip to content

Commit

Permalink
remove versioning workaround for nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 15, 2024
1 parent 6a3ba40 commit 57e6755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ source rapids-date-string

rapids-print-env

# TODO: revert this once we start publishing nightly packages from the
# 'nx-cugraph' repo and stop publishing them from the 'cugraph' repo
# rapids-generate-version > ./VERSION
echo "24.12.00a1000" > ./VERSION
rapids-generate-version > ./VERSION

rapids-logger "Begin py build"

Expand Down
4 changes: 1 addition & 3 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ mkdir -p "${RAPIDS_TESTS_DIR}" "${RAPIDS_COVERAGE_DIR}"

rapids-print-env

# TODO: remove the '>=24.12.00a1000' once we start publishing nightly packages
# from the 'nx-cugraph' repo and stop publishing them from the 'cugraph' repo
rapids-mamba-retry install \
--channel "${PYTHON_CHANNEL}" \
"nx-cugraph=${RAPIDS_VERSION}.*,>=24.12.00a1000"
"nx-cugraph=${RAPIDS_VERSION}.*"

rapids-logger "Check GPU usage"
nvidia-smi
Expand Down

0 comments on commit 57e6755

Please sign in to comment.