Skip to content

Commit aeef44c

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents d65ecac + 252a893 commit aeef44c

File tree

4 files changed

+9
-296
lines changed

4 files changed

+9
-296
lines changed

.azure/ipynb-publish.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ jobs:
4343
bash .actions/git-diff-sync.sh $current_branch $(PUB_BRANCH)
4444
displayName: "Compare changes & sync"
4545
46-
- bash: |
47-
notebooks=$(python .actions/assistant.py generate-matrix changed-folders.txt)
48-
echo "##vso[task.setVariable variable=dirs;isOutput=true]$notebooks"
49-
name: mtrx
50-
displayName: "Changed matrix"
51-
- bash: echo '$(mtrx.dirs)' | python -m json.tool
52-
displayName: "Show matrix"
53-
5446
- bash: |
5547
# second half with || [...] is needed for reading the last line
5648
while read -r line || [ -n "$line" ]; do
@@ -64,6 +56,15 @@ jobs:
6456
displayName: "Prune notebooks"
6557
timeoutInMinutes: "10"
6658
59+
- bash: |
60+
notebooks=$(python .actions/assistant.py generate-matrix changed-folders.txt)
61+
echo "##vso[task.setVariable variable=dirs;isOutput=true]$notebooks"
62+
name: mtrx
63+
displayName: "Changed matrix"
64+
- bash: echo '$(mtrx.dirs)' | python -m json.tool
65+
continueOnError: "true" # not crash if the matrix is empty
66+
displayName: "Show matrix"
67+
6768
- bash: |
6869
set -ex
6970
git status

lightning_examples/warp-drive/.meta.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

lightning_examples/warp-drive/multi_agent_rl.py

Lines changed: 0 additions & 261 deletions
This file was deleted.

lightning_examples/warp-drive/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)