File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
35
35
- name : Install Basix
36
36
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
38
38
39
39
- name : Clone FFCx
40
40
uses : actions/checkout@v4
41
41
with :
42
42
path : ./ffcx
43
43
repository : FEniCS/ffcx
44
- ref : mscroggs/gdim
44
+ ref : main
45
45
46
46
- name : Install FFCx
47
47
run : |
@@ -69,15 +69,15 @@ jobs:
69
69
70
70
- name : Install Basix and FFCx
71
71
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
74
74
75
75
- name : Clone DOLFINx
76
76
uses : actions/checkout@v4
77
77
with :
78
78
path : ./dolfinx
79
79
repository : FEniCS/dolfinx
80
- ref : mscroggs/gdim
80
+ ref : main
81
81
- name : Install DOLFINx
82
82
run : |
83
83
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
You can’t perform that action at this time.
0 commit comments