Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 22, 2024
1 parent 4f7f9dd commit d43f2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Runs the Abipy test suite.
name: Tests
name: Run the Abipy test suite.

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion docs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d43f2e6

Please sign in to comment.