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}