Skip to content
GitLab
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
89eac3da
Commit
89eac3da
authored
Nov 05, 2020
by
Matthieu Boileau
Browse files
Merge branch 'develop' into 'master'
Fix poetry install See merge request
!18
parents
154202cd
57268038
Pipeline
#10135
failed with stages
in 1 minute and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
89eac3da
...
...
@@ -24,7 +24,6 @@ test:
-
docker
script
:
-
poetry install
-
pip install git+https://github.com/boileaum/bookbook.git@master
-
poetry run pytest tests -v
deploy
:
...
...
pyproject.toml
View file @
89eac3da
...
...
@@ -21,6 +21,7 @@ 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
=
"develop"
}
[tool.poetry.dev-dependencies]
pytest
=
"^5.4.3"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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