Skip to content

Commit

Permalink
pin version of sphinxcontrib-bibtex<2.0.0
Browse files Browse the repository at this point in the history
The root cause of previous build failures seems to be related to an
incompatible upgrade of the `sphinxcontrib-bibtex` package as also noted
in jupyter-book/jupyter-book#1137. This pin can most likely be
removed once a new version of `jupyter-book` is available, either
because `jupyter-book` includes the pin in its dependencies or because it
adapts to the new requirements of `sphinxcontrib-bibtex`.

I've also removed the tag for the gitlab runner as it is very likely
that it was working on the one runner and not on the other because it
cached an older version of `sphinxcontrib-bibtex` and as soon as the
cache would be emptied the issue might arise again.
  • Loading branch information
d70-t committed Dec 14, 2020
1 parent da566e8 commit 6416943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ before_script:
- source venv/bin/activate

pages:
tags:
- GWDG-Runner-2
script:
- pip install -r requirements.txt
- jupyter-book build how_to_eurec4a
Expand All @@ -35,8 +33,6 @@ pages:
- master

testbuild:
tags:
- GWDG-Runner-2
script:
- pip install -r requirements.txt
- jupyter-book build how_to_eurec4a
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ipfsspec
requests
aiohttp
pydap
sphinxcontrib-bibtex<2.0.0

0 comments on commit 6416943

Please sign in to comment.