Skip to content

Commit

Permalink
explicit mamba activate
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Nov 11, 2023
1 parent e74248c commit 1784442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
use-only-tar-bz2: true
miniforge-variant: Mambaforge
use-mamba: true
- name: install browsers
- name: install browsers and development version
run: |
mamba activate test-nbconvert-a11y
playwright install --with-deps chrome
- name: install dev version
run: |
pip install -e.
- name: test with pytest
run: |
mamba activate test-nbconvert-a11y
pytest

0 comments on commit 1784442

Please sign in to comment.