Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4acf6f

Browse files
committedJul 19, 2024·
ci: dont crash if testing matrix is empty
1 parent ac8f7ba commit d4acf6f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎.actions/git-diff-sync.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ git merge --ff -s resolve origin/$1
3030
python _TEMP/.actions/assistant.py group-folders target-diff.txt --fpath_actual_dirs "['dirs-$b1.txt', 'dirs-$b2.txt']"
3131
printf "\n================\nChanged folders:\n----------------\n" && cat changed-folders.txt
3232
printf "\n================\nDropped folders:\n----------------\n" && cat dropped-folders.txt
33-

‎.actions/requires.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Fire
22
tqdm
3-
PyYAML
3+
PyYAML <6.0.0 # todo: racing issue with cython compile
44
wcmatch
55
requests
66
pip

‎.azure/ipynb-validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
name: mtrx
3838
displayName: "Changed matrix"
3939
- bash: echo '$(mtrx.dirs)' | python -m json.tool
40+
continueOnError: "true" # not crash if the matrix is empty
4041
displayName: "Show matrix"
4142

4243
- job: ipython

0 commit comments

Comments
 (0)
Please sign in to comment.