Skip to content

Commit

Permalink
Disable CI for examples with tools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Dec 15, 2023
1 parent 8074b3f commit 4d6a2c2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/check-working-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,36 @@ jobs:
continue
fi
# Skip these examples until the wind rose, optimization package, and
# uncertainty interface are update to v4
if [[ $i == *08* ]]; then
continue
fi
if [[ $i == *10* ]]; then
continue
fi
if [[ $i == *11* ]]; then
continue
fi
if [[ $i == *12* ]]; then
continue
fi
if [[ $i == *13* ]]; then
continue
fi
if [[ $i == *14* ]]; then
continue
fi
if [[ $i == *15* ]]; then
continue
fi
if [[ $i == *16* ]]; then
continue
fi
if [[ $i == *20* ]]; then
continue
fi
if ! python $i; then
error_results="${error_results}"$'\n'" - ${i}"
error_found=1
Expand Down

0 comments on commit 4d6a2c2

Please sign in to comment.