test github actions
This commit is contained in:
committed by
Bastien Gerard
parent
6b5231265c
commit
fe9f7f1f80
5
.github/workflows/install_ci_python_dep.sh
vendored
Normal file
5
.github/workflows/install_ci_python_dep.sh
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
pip install --upgrade pip
|
||||
pip install coveralls
|
||||
pip install pre-commit
|
||||
pip install tox
|
||||
Reference in New Issue
Block a user