ci: Remove git from required packages on host

This commit is contained in:
MarcoFalke
2019-11-09 09:13:30 -05:00
parent fa00393bce
commit fab1333292
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ To allow for a wide range of tested environments, but also ensure reproducibilit
requires `docker` to be installed. To install all requirements on Ubuntu, run
```
sudo apt install docker.io bash git
sudo apt install docker.io bash
```
To run the default test stage,