Skip to content

Commit 4207a5f

Browse files
authored
Update recipe.yaml
1 parent 848ea81 commit 4207a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/openusd/recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tests:
7272
then:
7373
- pip list | findstr "usd-core"
7474
else:
75-
- test $(pip list | grep usd-core | tr -s " " | grep $PKG_VERSION | wc -l) -eq 1 # [unix]
75+
- test $(pip list | grep usd-core | tr -s " " | grep $PKG_VERSION | wc -l) -eq 1
7676
- cmake --build . --config Debug --target install
7777
- python:
7878
imports:

0 commit comments

Comments
 (0)