Skip to content

Commit

Permalink
Switch tests to use MyST-NB master branch
Browse files Browse the repository at this point in the history
Pull request executablebooks/MyST-NB#337 was merged, but a new release hasn't been made yet.
  • Loading branch information
bryanwweber committed Jan 3, 2022
1 parent 54df125 commit 4b2cd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
# We need my branch of MyST-NB for compatibility
python -m pip install https://github.com/bryanwweber/MyST-NB/archive/refs/heads/fix_cell_output_renderer.zip
python -m pip install -e .[testing]
python -m pip install https://github.com/executablebooks/MyST-NB/archive/refs/heads/master.zip
# Output was generated with this version of docutils and Sphinx
python -m pip install docutils==0.17.1 sphinx==4.3.0
python -m pip install -e .[testing]
- name: Run pytest
run: pytest --cov=myst_nb_bokeh --cov-report=xml --cov-report=term-missing
Expand Down

0 comments on commit 4b2cd0b

Please sign in to comment.