diff --git a/.github/workflows/dolfinx-tests.yml b/.github/workflows/dolfinx-tests.yml index 799bbfd0e..2e0d8340c 100644 --- a/.github/workflows/dolfinx-tests.yml +++ b/.github/workflows/dolfinx-tests.yml @@ -48,7 +48,7 @@ jobs: 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/ffcx.git@mscroggs/element + python3 -m pip install git+https://github.com/FEniCS/ffcx.git - name: Install FEniCS Python components if: github.event_name == 'workflow_dispatch' run: | @@ -60,7 +60,7 @@ jobs: with: path: ./dolfinx repository: FEniCS/dolfinx - ref: mscroggs/element + ref: main - name: Get DOLFINx if: github.event_name == 'workflow_dispatch' uses: actions/checkout@v4 diff --git a/.github/workflows/ffcx-tests.yml b/.github/workflows/ffcx-tests.yml index 4d1d67897..d9cde4da9 100644 --- a/.github/workflows/ffcx-tests.yml +++ b/.github/workflows/ffcx-tests.yml @@ -49,7 +49,7 @@ jobs: with: path: ./ffcx repository: FEniCS/ffcx - ref: mscroggs/element + ref: main - name: Get FFCx source (specified branch) if: github.event_name == 'workflow_dispatch' uses: actions/checkout@v4