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
401823ca
Commit
401823ca
authored
Jun 17, 2020
by
Matthieu Boileau
Browse files
Update requirements.txt files
Using: poetry export -f requirements.txt --without-hashes > requirements.txt
parent
ff66f528
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
401823ca
*.swp
.DS_Store
default.profraw
.ipynb_checkpoints
*.pyc
__pycache__/
...
...
.gitlab-ci.yml
View file @
401823ca
...
...
@@ -4,13 +4,15 @@ stages:
-
test
-
deploy
before_script
:
-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
-
source $HOME/.poetry/env
test
:
stage
:
test
tags
:
-
docker
script
:
-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
-
source $HOME/.poetry/env
-
poetry install
-
poetry run pytest tests -v
...
...
Write
Preview
Supports
Markdown
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