stable-baselines3/.gitlab-ci.yml
Antonin RAFFIN 6f822b9ed7
Reformat with new black version (#408)
* Reformat

* Update changelog
2021-04-26 15:58:19 +02:00

19 lines
331 B
YAML

image: stablebaselines/stable-baselines3-cpu:1.1.0a5
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