From 23a35a3396e5931c796dc579571db1716505f39f Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Mon, 29 Jul 2024 12:31:19 +0200 Subject: [PATCH] removed python version pin --- .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 16db758fd..95c0ff3bb 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 python=3.10 + conda install -c conda-forge fenics numpy=1.24 - name: Install dependencies shell: bash -l {0}