From 2aaf3b20dbaedcbd3925a9640c3859deec563e02 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Fri, 12 Aug 2022 09:35:47 +0100 Subject: [PATCH] Use release branch for CI --- .github/workflows/ccpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 2a3bd529fdd..913be31c42f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -54,9 +54,9 @@ jobs: - name: Install FEniCS Python components (default branches/tags) if: github.event_name != 'workflow_dispatch' run: | - python3 -m pip install git+https://github.com/FEniCS/ufl.git - python3 -m pip install git+https://github.com/FEniCS/basix.git - python3 -m pip install git+https://github.com/FEniCS/ffcx.git + python3 -m pip install git+https://github.com/FEniCS/ufl.git@release + python3 -m pip install git+https://github.com/FEniCS/basix.git@release + python3 -m pip install git+https://github.com/FEniCS/ffcx.git@release - name: Install FEniCS Python components if: github.event_name == 'workflow_dispatch' run: |