Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Boileau
nbcourse
Commits
154202cd
Commit
154202cd
authored
Nov 05, 2020
by
Matthieu Boileau
Browse files
A temporary fix for bookbook dep
parent
74698ec2
Pipeline
#10132
failed with stages
in 1 minute and 28 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
154202cd
...
...
@@ -23,7 +23,8 @@ test:
tags
:
-
docker
script
:
-
poetry install
-
poetry install
-
pip install git+https://github.com/boileaum/bookbook.git@master
-
poetry run pytest tests -v
deploy
:
...
...
pyproject.toml
View file @
154202cd
...
...
@@ -21,7 +21,6 @@ rise = "^5.6.1"
pyyaml
=
"^5.3.1"
doit
=
">=0.32.0"
python-frontmatter
=
"^0.5.0"
bookbook
=
{
git
=
"https://github.com/boileaum/bookbook.git"
,
branch
=
"master"
}
[tool.poetry.dev-dependencies]
pytest
=
"^5.4.3"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment