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