Skip to content

Commit

Permalink
Fix ci (#297)
Browse files Browse the repository at this point in the history
* Prefer defaults channel to avoid bug in netCDF4 from conda-forge

* Upate CI

* Update changelog
  • Loading branch information
wpreimes committed Mar 28, 2023
1 parent 0b44bfa commit f2c6094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -16,13 +16,9 @@ jobs:
build:
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10']
os: ["ubuntu-latest"]
python-version: [ '3.8', '3.9', '3.10' ]
os: ["ubuntu-latest", "windows-latest"]
ymlfile: ["environment.yml"]
include:
- os: "windows-latest"
python-version: "3.10"
ymlfile: "environment.yml"
name: Py${{ matrix.python-version }}@${{ matrix.os }}🐍
runs-on: ${{ matrix.os }}

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,10 @@ Changelog

Unreleased
==========
-

Version 0.15.0, 2023-03-28
==========================
- fixing setting of status code for bootstrapped triple collocation (PR `#285 <https://github.com/TUW-GEO/pytesmo/pull/285>`_)
- Exclude netCDF4 at version 1.6.2 due to bug when writing strings with zlib compression (PR `#288 <https://github.com/TUW-GEO/pytesmo/pull/288>`_)
- added test for data_manager_failed (PR `#287 <https://github.com/TUW-GEO/pytesmo/pull/287>`_)
Expand Down

0 comments on commit f2c6094

Please sign in to comment.