Skip to content

Commit 1bfe586

Browse files
committed
devops: fix conda CI workflow
1 parent ea833ce commit 1bfe586

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

meta.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
channels:
2+
- microsoft
3+
- conda-forge
4+
15
package:
26
name: "pytest-playwright"
37
version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"
@@ -17,7 +21,7 @@ requirements:
1721
- pip
1822
run:
1923
- python >=3.8
20-
- playwright >=1.37.0
24+
- microsoft::playwright >=1.37.0
2125
- pytest >=6.2.4,<9.0.0
2226
- pytest-base-url >=1.0.0,<3.0.0
2327
- python-slugify >=6.0.0,<9.0.0

0 commit comments

Comments
 (0)