From 672cb256b1e328db674404d580789450ca56173c Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Fri, 25 Sep 2020 12:53:13 +0200 Subject: [PATCH] Update script permissions --- README.md | 2 +- scripts/run_tests.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/run_tests.sh diff --git a/README.md b/README.md index 9940da9..36cdb24 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/workflows/CI/badge.svg)](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/actions)[![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![CI](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/workflows/CI/badge.svg)](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/actions) [![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) # Stable-Baselines3 - Contrib diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh old mode 100644 new mode 100755