Skip to content

Commit

Permalink
Remove temporary testing modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 23, 2024
1 parent 91ae5c4 commit 6f86576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,19 @@ jobs:
- '!java/**'
- '!notebooks/**'
- '!python/**'
# TODO: Remove this before merging
- '!.github/**'
java:
- '**'
- '!docs/**'
- '!notebooks/**'
- '!python/**'
# TODO: Remove this before merging
- '!.github/**'
notebooks:
- '**'
- '!java/**'
# TODO: Remove this before merging
- '!.github/**'
python:
- '**'
- '!docs/**'
- '!java/**'
- '!notebooks/**'
# TODO: Remove this before merging
- '!.github/**'
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10
Expand Down
4 changes: 0 additions & 4 deletions docs/cudf/source/user_guide/10min.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"import cudf\n",
"import dask_cudf\n",
"\n",
"# Test a notebook failure\n",
"# TODO: Remove this before merging\n",
"exit(1)\n",
"\n",
"cp.random.seed(12)\n",
"\n",
"#### Portions of this were borrowed and adapted from the\n",
Expand Down

0 comments on commit 6f86576

Please sign in to comment.