Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jun 12, 2023
1 parent 98e7eb8 commit c18c581
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.8', '^1.9.0-0']
julia-version: ['1.8', '1.9']
os: [ubuntu-latest]
provider: ['mkl', 'fftw']
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ USER $NB_USER
## install Python packages
# see https://github.com/jupyter/jupyter_client/issues/637 re: jupyter-client==6.1.12
RUN pip3 install --no-cache-dir \
"jinja2<3.1.0" \
jinja2 \
juliacall \
"jupyterlab>=3" \
jupyterlab \
jupytext \
matplotlib \
"nbconvert<6" \
nbconvert \
&& rm -rf $HOME/.cache

## build args
Expand Down
2 changes: 1 addition & 1 deletion docs/documenter.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'markdown.tpl'%}
{% extends 'markdown/index.md.j2' %}


{% block stream %}
Expand Down

0 comments on commit c18c581

Please sign in to comment.