From f2c6094051b61b090dd78a430daaf960a491603f Mon Sep 17 00:00:00 2001 From: Wolfgang Preimesberger Date: Tue, 28 Mar 2023 18:37:05 +0200 Subject: [PATCH] Fix ci (#297) * Prefer defaults channel to avoid bug in netCDF4 from conda-forge * Upate CI * Update changelog --- .github/workflows/ci.yml | 8 ++------ CHANGELOG.rst | 4 ++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6690a7..3b85ea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f1fe33c..8579fff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,10 @@ Changelog Unreleased ========== +- + +Version 0.15.0, 2023-03-28 +========================== - fixing setting of status code for bootstrapped triple collocation (PR `#285 `_) - Exclude netCDF4 at version 1.6.2 due to bug when writing strings with zlib compression (PR `#288 `_) - added test for data_manager_failed (PR `#287 `_)