Skip to content

Commit

Permalink
update work and environment based on @bollwyvl review
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Nov 13, 2023
1 parent 93e2c7a commit 1e4323e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
- push
jobs:
pypi:
defaults:
run:
shell: bash -el {0}
strategy:
matrix:
python-version:
Expand All @@ -24,11 +27,8 @@ jobs:
hashFiles('test-environment.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test-nbconvert-a11y
channel-priority: strict
auto-activate-base: true
environment-file: test-environment.yml
use-only-tar-bz2: true
miniforge-variant: Mambaforge
use-mamba: true
- name: init playwright nbconvert-a11y
Expand Down
2 changes: 1 addition & 1 deletion test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- pytest
- pytest-xdist
- pytest-sugar
- matplotlib
- matplotlib-base
- numpy
- ipywidgets
- beautifulsoup4
Expand Down

0 comments on commit 1e4323e

Please sign in to comment.