From 400b1615b517687b83e61ca425307d9fc64f99cc Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 17 May 2024 18:29:17 +0200 Subject: [PATCH] somehow this conda pkg breaks 1 test for py39 --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c92eed6..a6c9c9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,12 @@ jobs: run: | python -m pip install -e . --no-deps --force-reinstall + - name: Install unstable dependencies + if: ${{ matrix.python-version == 3.9 }} + shell: bash -l {0} + run: | + micromamba install "netcdf4<1.6.5" + - name: Default Tests shell: bash -l {0} run: pytest -s -rxs -v cc_plugin_ncei