mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-17 22:30:59 +00:00
Pytest Color for GitHub actions
This commit is contained in:
parent
58e5506385
commit
b37052cbf0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v
|
||||
python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v --color=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue