We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848ea81 commit 4207a5fCopy full SHA for 4207a5f
recipes/openusd/recipe.yaml
@@ -72,7 +72,7 @@ tests:
72
then:
73
- pip list | findstr "usd-core"
74
else:
75
- - test $(pip list | grep usd-core | tr -s " " | grep $PKG_VERSION | wc -l) -eq 1 # [unix]
+ - test $(pip list | grep usd-core | tr -s " " | grep $PKG_VERSION | wc -l) -eq 1
76
- cmake --build . --config Debug --target install
77
- python:
78
imports:
0 commit comments