Skip to content
Snippets Groups Projects
Commit 3495a7dd authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Use `python3 -m pip` instead of direct `pip`

parent 08b2637d
No related branches found
No related tags found
1 merge request!254Use `python3 -m pip` instead of direct `pip`
......@@ -37,7 +37,7 @@ ml_shower:training_100:
stage: process
needs: ["ml_shower:tagging_epimuphka_100"]#, "ml_shower:tagging_e", "ml_shower:tagging_pi"]
script:
- pip install tensorflow particle
- python3 -m pip install tensorflow particle
- python3 benchmarks/imaging_shower_ML/scripts/ml_training.py -t imcal_epimuphka_100 --pmin 0.5 --pmax 10
ml_shower:training:
......@@ -46,7 +46,7 @@ ml_shower:training:
when: manual
needs: ["ml_shower:tagging_epimuphka"]#, "ml_shower:tagging_e", "ml_shower:tagging_pi"]
script:
- pip install tensorflow particle
- python3 -m pip install tensorflow particle
- python3 benchmarks/imaging_shower_ML/scripts/ml_training.py -t imcal_epimuphka --pmin 0.5 --pmax 10
ml_shower:test:
......
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