Skip to content

Commit 37d7903

Browse files
committed
fix(conda): specify that 'playwright' is from 'microsoft' channel
1 parent c06ab3b commit 37d7903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717
- pip
1818
run:
1919
- python >=3.8
20-
- playwright >=1.37.0
20+
- microsoft::playwright >=1.37.0
2121
- pytest >=6.2.4,<9.0.0
2222
- pytest-base-url >=1.0.0,<3.0.0
2323
- python-slugify >=6.0.0,<9.0.0

0 commit comments

Comments
 (0)