From 11eec919196e9318fb6d0c121482e714bbe5e817 Mon Sep 17 00:00:00 2001 From: openSourcerer Date: Thu, 23 Sep 2021 15:40:34 -0500 Subject: [PATCH] remove forced downgrade of libnetcdf<4.8.0 in github actions, as windows compatibility problem was fixed --- .github/workflows/default-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default-tests.yml b/.github/workflows/default-tests.yml index df0dc0bf..5842a940 100644 --- a/.github/workflows/default-tests.yml +++ b/.github/workflows/default-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Python ${{ matrix.python-version }} shell: bash -l {0} run: | - conda create --name TEST python=${{ matrix.python-version }} pip "libnetcdf<4.8.0" --file requirements.txt --file test_requirements.txt --strict-channel-priority + conda create --name TEST python=${{ matrix.python-version }} pip --file requirements.txt --file test_requirements.txt --strict-channel-priority source activate TEST pip install -e . --no-deps --force-reinstall