diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-08-12 16:31:15 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-08-12 16:31:15 +0200 |
commit | 58293a58b4be45238ab23b16acdfd0dbd6f72920 (patch) | |
tree | c82e5799271f30407a482b63d6c17e1a6257508a /.gitlab-ci.yml | |
parent | b28b3608a85c4c7d0a6b5bbed0d4615fd7f8c427 (diff) |
and anohter
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 424817f..ad29290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,5 @@ test: stage: test script: - apt-get update -qy - - apt-get install -y python3-dev python3-numpy python3-scipy python3-pytest python3-sklearn + - apt-get install -y python3-dev python3-numpy python3-scipy python3-pytest python3-sklearn python3-yaml - PYTHONPATH=lib pytest-3 |