From d2af1cdcd3a565200d9dc345ab6d2e4cbf3010dd Mon Sep 17 00:00:00 2001 From: tonyfast Date: Fri, 10 Nov 2023 13:19:45 -0800 Subject: [PATCH] auto activate env in ci --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92c291f1..e8f5142e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,9 +26,11 @@ jobs: with: activate-environment: test-nbconvert-a11y channel-priority: strict - environment-file: test-environment.yml + auto-activate-base: true + environment-file: "" use-only-tar-bz2: true miniforge-variant: Mambaforge + use-mamba: true - name: install browsers run: | playwright install --with-deps chrome