Skip to content

Commit f2c6094

Browse files
authored
Fix ci (#297)
* Prefer defaults channel to avoid bug in netCDF4 from conda-forge * Upate CI * Update changelog
1 parent 0b44bfa commit f2c6094

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ jobs:
1616
build:
1717
strategy:
1818
matrix:
19-
python-version: [ '3.8', '3.9', '3.10']
20-
os: ["ubuntu-latest"]
19+
python-version: [ '3.8', '3.9', '3.10' ]
20+
os: ["ubuntu-latest", "windows-latest"]
2121
ymlfile: ["environment.yml"]
22-
include:
23-
- os: "windows-latest"
24-
python-version: "3.10"
25-
ymlfile: "environment.yml"
2622
name: Py${{ matrix.python-version }}@${{ matrix.os }}🐍
2723
runs-on: ${{ matrix.os }}
2824

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44

55
Unreleased
66
==========
7+
-
8+
9+
Version 0.15.0, 2023-03-28
10+
==========================
711
- fixing setting of status code for bootstrapped triple collocation (PR `#285 <https://github.com/TUW-GEO/pytesmo/pull/285>`_)
812
- 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>`_)
913
- added test for data_manager_failed (PR `#287 <https://github.com/TUW-GEO/pytesmo/pull/287>`_)

0 commit comments

Comments
 (0)