stable-baselines3/.gitlab-ci.yml
Antonin RAFFIN 15d32c6a4a
Update black version + update docker image (#151)
* Update docker image

* Update black and reformat
2020-08-27 23:02:59 +02:00

19 lines
331 B
YAML

image: stablebaselines/stable-baselines3-cpu:0.9.0a1
type-check:
script:
- make type
pytest:
script:
# MKL_THREADING_LAYER=GNU to avoid MKL_THREADING_LAYER=INTEL incompatibility error
- MKL_THREADING_LAYER=GNU make pytest
doc-build:
script:
- make doc
lint-check:
script:
- make check-codestyle
- make lint