Skip to content
Snippets Groups Projects
Commit 38bb366c authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Change to pip3 for pytest installation

parent 4e6292f3
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ verify_kkrhost:intel:
- docker-executor
script:
# use pip to install pytest
- pip install pytest
- pip3 install pytest
# prepare and execute verification using pytest
- cd tests/KKRhost
- pytest -v --ignore=tools/aiida_simple_test.py --ignore=tools/test_verify_qdos.py --ignore=tools/test_verify_parallel.py
......@@ -31,7 +31,7 @@ verify_kkrhost_parallel:intel:
allow_failure: true
script:
# use pip to install pytest
- pip install pytest
- pip3 install pytest
# prepare and execute verification using pytest
- cd tests/KKRhost
- pytest -v --ignore=tools/aiida_simple_test.py --ignore=tools/test_verify_qdos.py -k Test_parallel
......@@ -52,7 +52,7 @@ verify_kkrhost_qdos:intel:
allow_failure: true
script:
# use pip to install pytest
- pip install pytest
- pip3 install pytest
# prepare and execute verification using pytest
- cd tests/KKRhost
- pytest -v --ignore=tools/aiida_simple_test.py --ignore=tools/test_verify_paralle.py -k Test_qdos
......
......@@ -6,10 +6,7 @@ verify_kkrimp:intel:
tags:
- docker-executor
script:
- curl -O https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- pip install numpy
- pip install pytest
- pip3 install numpy pytest
# prepare and execute verification using pytest
- cd tests/KKRimp
- pytest -v
......
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