diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6595dad41d04d802015e8a686903008a4b85e2b4..bcc8c4331d2e8ee7b1816e4557feb5dad480a1bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,6 @@ tests: - pip3 install 'scipy==1.4.1' -U - pip3 install 'matplotlib==3.1.2' -U - pip3 install --no-deps . - - pip3 freeze - - conda list - python3 tffpy/tests/ci_config.py - pytest-3