From 229a0ace975746c4ec38517815af54e01d9c65df Mon Sep 17 00:00:00 2001 From: Dominik Thoennes <dominik.thoennes@fau.de> Date: Tue, 17 Mar 2020 08:32:05 +0100 Subject: [PATCH] install lbmpy from pypi --- .gitlab-ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c001e9ed8..43d1f28dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -376,7 +376,7 @@ intel_19_hybrid: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -397,7 +397,7 @@ intel_19_serial_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -418,7 +418,7 @@ intel_19_mpionly_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -439,7 +439,7 @@ intel_19_hybrid_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/intel:19 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -879,7 +879,7 @@ gcc_9_hybrid: image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 stage: pretest before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -899,7 +899,7 @@ gcc_9_serial_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -919,7 +919,7 @@ gcc_9_mpionly_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -939,7 +939,7 @@ gcc_9_hybrid_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:9 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -1460,7 +1460,7 @@ clang_9.0_hybrid: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -1480,7 +1480,7 @@ clang_9.0_serial_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -1500,7 +1500,7 @@ clang_9.0_mpionly_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ @@ -1520,7 +1520,7 @@ clang_9.0_hybrid_dbg: <<: *build_definition image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:9.0 before_script: - - pip3 install git+https://i10git.cs.fau.de/pycodegen/lbmpy.git + - pip3 install lbmpy - cd python - python3 -m unittest discover pystencils_walberla/ - python3 -m unittest discover lbmpy_walberla/ -- GitLab