File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
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-
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
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)