Skip to content

Commit

Permalink
ci: dont crash if testing matrix is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 19, 2024
1 parent ac8f7ba commit d4acf6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .actions/git-diff-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ git merge --ff -s resolve origin/$1
python _TEMP/.actions/assistant.py group-folders target-diff.txt --fpath_actual_dirs "['dirs-$b1.txt', 'dirs-$b2.txt']"
printf "\n================\nChanged folders:\n----------------\n" && cat changed-folders.txt
printf "\n================\nDropped folders:\n----------------\n" && cat dropped-folders.txt

2 changes: 1 addition & 1 deletion .actions/requires.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Fire
tqdm
PyYAML
PyYAML <6.0.0 # todo: racing issue with cython compile
wcmatch
requests
pip
1 change: 1 addition & 0 deletions .azure/ipynb-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
name: mtrx
displayName: "Changed matrix"
- bash: echo '$(mtrx.dirs)' | python -m json.tool
continueOnError: "true" # not crash if the matrix is empty
displayName: "Show matrix"

- job: ipython
Expand Down

0 comments on commit d4acf6f

Please sign in to comment.