Skip to content

Commit

Permalink
conda ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Nov 11, 2023
1 parent bcc5cf6 commit 93e2c7a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@ jobs:
use-only-tar-bz2: true
miniforge-variant: Mambaforge
use-mamba: true
- name: init mamba
run: |
mamba init
- name: init playwright nbconvert-a11y
run: |
mamba activate test-nbconvert-a11y
conda activate test-nbconvert-a11y
playwright install --with-deps chrome
pip install -e.
- name: test with pytest
run: |
mamba activate test-nbconvert-a11y
conda activate test-nbconvert-a11y
pytest

0 comments on commit 93e2c7a

Please sign in to comment.