Skip to content

Commit 15b17ad

Browse files
committed
install --with-deps for conda build test
1 parent 74e06ca commit 15b17ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test: # [build_platform == target_platform]
4242
- playwright.async_api
4343
commands:
4444
- playwright --help
45-
- playwright install
45+
- playwright install --with-deps
4646
- python scripts/example_sync.py
4747
- python scripts/example_async.py
4848

0 commit comments

Comments
 (0)