From 2fc60e2453d31e75b91138ba82d9f25f028b14d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 12 Dec 2024 18:07:07 +0100 Subject: [PATCH] Require CADET-Core >=v5.0.3 in CI --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a7fb3c5..898eae8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -62,5 +62,5 @@ jobs: - name: Test with pytest run: | pip install .[testing] - mamba install cadet>5.0.2 -c conda-forge + mamba install -c conda-forge cadet>=5.0.3 pytest tests --rootdir=tests -m "not slow and not local"