stable-baselines3/.gitlab-ci.yml
Antonin RAFFIN b2c94a677d
Fix train_freq at load time (#332)
* Fix train_freq loading

* Update docker

* Add sanity checks + tests for train freq
2021-02-27 19:53:13 +01:00

19 lines
330 B
YAML

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