Skip to content

Commit

Permalink
Fixes build for win and py 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed Oct 28, 2024
1 parent 5fa9c3b commit 2c48ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python -m pip install --upgrade pip
- name: Workaround for windows and python 3.8
if: matrix.os == 'windows-latest' && matrix.python-version == 3.8
if: matrix.os == 'windows-2019' && matrix.python-version == 3.8
run: |
pip install netCDF4<=1.5.8
# There is no binary package of netCF4>=1.6.0 for windows and python 3.7
Expand Down

0 comments on commit 2c48ac2

Please sign in to comment.