This commit is contained in:
Matteo Giantomassi 2024-07-22 22:32:37 +02:00
parent 4f7f9ddb90
commit d43f2e62c2
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
# Runs the Abipy test suite.
name: Tests
name: Run the Abipy test suite.
on:
push:

View File

@ -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