Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/fenicsx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:

- name: Install Basix
run: |
python3 -m pip install git+https://github.com/FEniCS/basix.git@mscroggs/remove-gdim
python3 -m pip install git+https://github.com/FEniCS/basix.git

- name: Clone FFCx
uses: actions/checkout@v4
with:
path: ./ffcx
repository: FEniCS/ffcx
ref: mscroggs/gdim
ref: main

- name: Install FFCx
run: |
Expand Down Expand Up @@ -69,15 +69,15 @@ jobs:

- name: Install Basix and FFCx
run: |
python3 -m pip install git+https://github.com/FEniCS/basix.git@mscroggs/remove-gdim
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@mscroggs/gdim
python3 -m pip install git+https://github.com/FEniCS/basix.git
python3 -m pip install git+https://github.com/FEniCS/ffcx.git

- name: Clone DOLFINx
uses: actions/checkout@v4
with:
path: ./dolfinx
repository: FEniCS/dolfinx
ref: mscroggs/gdim
ref: main
- name: Install DOLFINx
run: |
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
Expand Down