diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8751dc1820450cf8982928d203f5e2113021eb0..12ab5b20524e74d93e4b7fd8db1a6487c20bd3a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: python:latest before_script: - pip install poetry - - pip install numpy==1.19.5 + - pip install numpy - poetry install - source `poetry env info --path`/bin/activate