Skip to content

Commit

Permalink
Remove repos that should not be notebook tested
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 27, 2023
1 parent 94a1dcc commit 8adfc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions context/notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -euo pipefail

NOTEBOOK_REPOS=(cudf cuml cugraph cuxfilter cuspatial cusignal xgboost-conda)
NOTEBOOK_REPOS=(cudf cuml cugraph cuspatial)

mkdir -p /notebooks /dependencies
for REPO in "${NOTEBOOK_REPOS[@]}"; do
Expand All @@ -26,4 +26,4 @@ for REPO in "${NOTEBOOK_REPOS[@]}"; do
done

pushd "/dependencies"
conda-merge ./*.yaml > /test_notebooks_dependencies.yaml
conda-merge ./*.yaml > /test_notebooks_dependencies.yaml

0 comments on commit 8adfc5a

Please sign in to comment.