From 2ec3a858c2c0cb8d37e3f52fafec029a679dfa44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Tue, 29 Aug 2023 13:56:36 +0200 Subject: [PATCH] Undebug --- .github/workflows/test.yaml | 6 ++---- setup.py | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 594f21e55..d7a613b0e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,11 +37,9 @@ jobs: strategy: fail-fast: false matrix: - # os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] + os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] # Run on the full set on schedule, workflow_dispatch and push&tags events, otherwise on a subset. - # python-version: ${{ ( github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || ( github.event_name == 'push' && github.ref_type == 'tag' ) ) && fromJSON('["3.8", "3.9", "3.10", "3.11"]') || fromJSON('["3.8", "3.11"]') }} - os: ['ubuntu-latest'] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ${{ ( github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || ( github.event_name == 'push' && github.ref_type == 'tag' ) ) && fromJSON('["3.8", "3.9", "3.10", "3.11"]') || fromJSON('["3.8", "3.11"]') }} timeout-minutes: 90 defaults: run: diff --git a/setup.py b/setup.py index d2740ac0b..4ac92e59e 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ def get_setup_version(reponame): 'numba >=0.51.0', 'datashader >=0.6.5', 'spatialpandas >=0.4.3', - 'hdf5 ==1.14.0', + 'hdf5 !=1.14.1', # Gives coredump in test suite on Linux and Mac ] # Run the example tests by installing examples_tests together with tests