Skip to content

Commit

Permalink
somehow this conda pkg breaks 1 test for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 20, 2024
1 parent 611ecdc commit 400b161
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 400b161

Please sign in to comment.