stable-baselines3/.gitlab-ci.yml
Antonin RAFFIN 403fff5d50
Pre-Release v0.6.0 (#39)
* Prepare release

* Update docker images
2020-06-01 13:09:47 +02:00

18 lines
304 B
YAML

image: stablebaselines/stable-baselines3-cpu:0.6.0
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 lint