Skip to content
Snippets Groups Projects
Commit d3d6dcc9 authored by Bastien Batardière's avatar Bastien Batardière
Browse files

removed pip list from the ci for debugging

parent 63b07d5e
No related branches found
Tags v0.0.54
No related merge requests found
Pipeline #98375 passed
......@@ -21,8 +21,6 @@ tests:
- pip install .
- cd tests
- pytest
# only:
# - tags
build_package:
stage: build
......@@ -50,8 +48,6 @@ publish_package:
only:
- tags
pages:
stage: publish
image: "registry.forgemia.inra.fr/jbleger/docker-image-pandas-torch-sphinx:master"
......@@ -59,7 +55,6 @@ pages:
- pip install '.[build-doc]'
script:
- pip install .
- pip list
- make -C docs html
- rm -rf public/
- cp -r docs/build/html public
......@@ -68,5 +63,5 @@ pages:
- public
tags:
- docker
# only:
# - tags
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment