From f30ba73a500dfa2a932332e29114b58c82f4e84e Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Mon, 3 Jun 2024 15:58:32 +0200 Subject: [PATCH] python 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6b77aaf8..16db758fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: shell: bash -l {0} run: | # conda upgrade --strict-channel-priority -c conda-forge --all - conda install -c conda-forge fenics numpy=1.24 py<3.12 + conda install -c conda-forge fenics numpy=1.24 python=3.10 - name: Install dependencies shell: bash -l {0}