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"