Skip to content
Snippets Groups Projects
Commit 54749cae authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

More debuggable setup routine

parent 78980bc6
No related branches found
No related tags found
No related merge requests found
Pipeline #14851 failed
......@@ -21,7 +21,10 @@ stages:
python -V
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip freeze
make install-dev
pip freeze
.junit_template: &junit_definition
artifacts:
......
......@@ -8,9 +8,7 @@ install:
pip install .
install-dev:
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -e .
pip install -e ".[dev]"
clean:
python setup.py clean --all
......
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