Skip to content

Commit 49e604f

Browse files
authored
reset FEniCSx branches (#255)
1 parent f3b9865 commit 49e604f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/fenicsx-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
3535
- name: Install Basix
3636
run: |
37-
python3 -m pip install git+https://github.com/FEniCS/basix.git@mscroggs/remove-gdim
37+
python3 -m pip install git+https://github.com/FEniCS/basix.git
3838
3939
- name: Clone FFCx
4040
uses: actions/checkout@v4
4141
with:
4242
path: ./ffcx
4343
repository: FEniCS/ffcx
44-
ref: mscroggs/gdim
44+
ref: main
4545

4646
- name: Install FFCx
4747
run: |
@@ -69,15 +69,15 @@ jobs:
6969
7070
- name: Install Basix and FFCx
7171
run: |
72-
python3 -m pip install git+https://github.com/FEniCS/basix.git@mscroggs/remove-gdim
73-
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@mscroggs/gdim
72+
python3 -m pip install git+https://github.com/FEniCS/basix.git
73+
python3 -m pip install git+https://github.com/FEniCS/ffcx.git
7474
7575
- name: Clone DOLFINx
7676
uses: actions/checkout@v4
7777
with:
7878
path: ./dolfinx
7979
repository: FEniCS/dolfinx
80-
ref: mscroggs/gdim
80+
ref: main
8181
- name: Install DOLFINx
8282
run: |
8383
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/

0 commit comments

Comments
 (0)