From f1512ffa12c79c893f1e418e42309ff064230d23 Mon Sep 17 00:00:00 2001 From: harripd Date: Sun, 19 May 2024 21:57:59 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 652515b..de3ae73 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,8 @@ jobs: conda install numpy cython pytest conda install pytables matplotlib pandas numba - name: Old Python dependencies - if: matrix.python-version <= "3.9" + if: matrix.python-version <= 3.9 + shell: bash -l {0} run: pip install importlib_resources - name: build phconvert shell: bash -l {0}