From a31ce913b818be614c2554c4ffc74bf59e71e346 Mon Sep 17 00:00:00 2001 From: Sander Vandenhaute Date: Fri, 20 Dec 2024 15:05:23 +0100 Subject: [PATCH] ensure dev dependencies are installed in CI; update MIT badge --- .github/workflows/run_pytest.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_pytest.yaml b/.github/workflows/run_pytest.yaml index 8c155b1..f5426f9 100644 --- a/.github/workflows/run_pytest.yaml +++ b/.github/workflows/run_pytest.yaml @@ -30,7 +30,7 @@ jobs: pip install pyfftw colorcet wandb pandas plotly plumed 'numpy<2.0.0' pip install --no-cache-dir git+https://github.com/i-pi/i-pi.git@v3.0.0-beta4 pip install git+https://github.com/acesuit/MACE.git@v0.3.5 - pip install 'psiflow @ git+https://github.com/molmod/psiflow.git' + pip install 'psiflow[dev] @ git+https://github.com/molmod/psiflow.git' cd ${{ runner.temp }} && git clone https://github.com/molmod/psiflow cd psiflow export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }} diff --git a/README.md b/README.md index 55e2d8a..743e965 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![psiflow](./docs/logo_dark.png#gh-dark-mode-only) -![License](https://flat.badgen.net/github/license/molmod/psiflow) +![License](https://flat.badgen.net/github/license/micromatch/micromatch) [![Docs](https://flat.badgen.net/static/docs/passing/green)](https://molmod.github.io/psiflow) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fmolmod%2Fpsiflow%2Fbadge%3Fref%3Dmain&style=flat-square)](https://actions-badge.atrox.dev/molmod/psiflow/goto?ref=main) ![Python](https://flat.badgen.net/static/python/3.10%20|%203.11/blue)