From 1bfe58675be6806aa32db7fc341dc5379388c320 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 7 Nov 2024 13:11:11 +0000 Subject: [PATCH] devops: fix conda CI workflow --- meta.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta.yaml b/meta.yaml index 2e0ce2e..ce79b0f 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,3 +1,7 @@ +channels: + - microsoft + - conda-forge + package: name: "pytest-playwright" version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}" @@ -17,7 +21,7 @@ requirements: - pip run: - python >=3.8 - - playwright >=1.37.0 + - microsoft::playwright >=1.37.0 - pytest >=6.2.4,<9.0.0 - pytest-base-url >=1.0.0,<3.0.0 - python-slugify >=6.0.0,<9.0.0