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
Branches
Tags
No related merge requests found
Pipeline #14851 failed
...@@ -21,7 +21,10 @@ stages: ...@@ -21,7 +21,10 @@ stages:
python -V python -V
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate
pip install -U pip setuptools wheel
pip freeze
make install-dev make install-dev
pip freeze
.junit_template: &junit_definition .junit_template: &junit_definition
artifacts: artifacts:
......
...@@ -8,9 +8,7 @@ install: ...@@ -8,9 +8,7 @@ install:
pip install . pip install .
install-dev: install-dev:
pip install -r requirements.txt pip install -e ".[dev]"
pip install -r requirements-dev.txt
pip install -e .
clean: clean:
python setup.py clean --all python setup.py clean --all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment