From d43f2e62c290d447a2c3b73f4921ad2704452416 Mon Sep 17 00:00:00 2001 From: Matteo Giantomassi Date: Mon, 22 Jul 2024 22:32:37 +0200 Subject: [PATCH] fix typo --- .github/workflows/test.yml | 3 +-- docs/install.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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