Skip to content

Commit

Permalink
remove forced downgrade of libnetcdf<4.8.0 in github actions, as wind…
Browse files Browse the repository at this point in the history
…ows compatibility problem was fixed
  • Loading branch information
openSourcerer9000 committed Sep 23, 2021
1 parent a456bcc commit 11eec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11eec91

Please sign in to comment.