Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 1, 2024
1 parent 910aa1a commit b92140a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/pure_python_recipe_template/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ requirements:

test:
commands:
- pip check
# Do not run pip check on arm64 as pip list does not list qtpy5 and qtwebengine
- pip check # [arm64]
requires:
- pip

Expand Down

0 comments on commit b92140a

Please sign in to comment.