Skip to content

Commit 32672a6

Browse files
authored
Remove notebooks for deprecated canopy package (#422)
The canopy project has been deprecated and the canopy repository has been archived. We need to remove documentation and notebooks teaching people to use it.
1 parent 2f23b11 commit 32672a6

File tree

8 files changed

+1
-7310
lines changed

8 files changed

+1
-7310
lines changed

.github/workflows/test-notebooks-changed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: set-matrix
3333
run: |
3434
# Get list of changed .ipynb files
35-
CHANGED_NOTEBOOKS=$(git diff --name-only origin/${{ inputs.base_ref }}...HEAD | grep '\.ipynb$' || true)
35+
CHANGED_NOTEBOOKS=$(git diff --diff-filter=d --name-only origin/${{ inputs.base_ref }}...HEAD | grep '\.ipynb$' || true)
3636
if [ -z "$CHANGED_NOTEBOOKS" ]; then
3737
echo "No notebook changes detected"
3838
echo "has_changes=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)