Skip to content

Commit

Permalink
Disable wheels check
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Nov 10, 2021
1 parent 3317970 commit e57bf7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checks/wheels
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ URL="https://hacs.xyz/docs/publish/include#check-wheels"
GROUP="wheels"

function checkCondition () {
# Currently disabled for all categories
return 1

category=$(cat "$GITHUB_ACTION_PATH"/data/category)
if [ "$category" == "integration" ]; then
requirements=$(jq -r '. | select(.requirements != null) | .requirements[]' "$GITHUB_ACTION_PATH/data/manifest.json") > /dev/null
Expand Down

0 comments on commit e57bf7b

Please sign in to comment.