From e6a497da634425ecbd8066bb4ee82c106aa8365c Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 26 Jan 2024 11:17:39 +0100 Subject: [PATCH] Fix sonpy version and print python version in action --- .github/workflows/io-test.yml | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/io-test.yml b/.github/workflows/io-test.yml index 66690722c..b6a73d1ef 100644 --- a/.github/workflows/io-test.yml +++ b/.github/workflows/io-test.yml @@ -69,6 +69,9 @@ jobs: ${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}- ${{ runner.os }}-conda-env- + - name: Python version + run: python --version + - name: Install testing dependencies # testing environment is only created from yml if no cache was found # restore-key hits should result in `cache-hit` == 'false' diff --git a/pyproject.toml b/pyproject.toml index 014dc13c1..480a183d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "coverage", "coveralls", "pillow", - "sonpy", + "sonpy;python_version<'3.10'", "pynwb", "probeinterface", "zugbruecke>=0.2",