Skip to content
Snippets Groups Projects
Commit 3456f5dd authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Use constraints in pip install

parent 6dbdacb0
No related branches found
No related tags found
1 merge request!2000Use constraints in pip install
Pipeline #214928 passed
...@@ -16,8 +16,7 @@ rm -rf nomad/app/static/gui ...@@ -16,8 +16,7 @@ rm -rf nomad/app/static/gui
rm -rf site rm -rf site
# Install nomad # Install nomad
pip install --prefer-binary -r requirements-dev.txt pip install -e ".[infrastructure,parsing,dev]" -c requirements-dev.txt
pip install -e ".[infrastructure,parsing,dev]"
# Install "default" plugins. TODO: This can be removed once we have proper # Install "default" plugins. TODO: This can be removed once we have proper
# distributions projects. # distributions projects.
......
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