diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b09a9e8c..ac4aaaaae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,4 @@ -# Runs the Abipy test suite. -name: Tests +name: Run the Abipy test suite. on: push: diff --git a/docs/install.sh b/docs/install.sh index 3c03caea8..0b4b974c8 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -2,4 +2,4 @@ set -ev # exit on first error, print each command pip install -r requirements.txt -conda install graphvix -c conda-forge --yes +conda install graphviz -c conda-forge --yes