install ca-certificates first, it seams to make trouble

This commit is contained in:
2022-02-09 15:39:25 +01:00
parent 6dd924c977
commit 2e1bdfa90f
+4 -1
View File
@@ -1,7 +1,10 @@
image: debian:latest
before_script:
- apt-get update && apt-get install -y pip python3-sphinx jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-pybtex python3-pybtex-docutils python3-smmap python3-soupsieve python3-toml
- apt-get update
- apt-get install -y ca-certificates
- apt-get install -y pip python3-sphinx jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-pybtex python3-pybtex-docutils python3-smmap python3-soupsieve python3-toml
- pip install jupyter-book
pages: