Skip to content

Commit

Permalink
set branches to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 16, 2023
1 parent 614719a commit 06971e9
Showing 1 changed file with 5 additions and 5 deletions.
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/ufl
python3 -m pip install git+https://github.com/FEniCS/basix.git
- name: Clone FFCx
uses: actions/checkout@v3
with:
path: ./ffcx
repository: FEniCS/ffcx
ref: mscroggs/ufl
ref: main

- name: Install FFCx
run: |
Expand Down Expand Up @@ -78,15 +78,15 @@ jobs:
- name: Install Basix and FFCx
run: |
python3 -m pip install git+https://github.com/FEniCS/basix.git@mscroggs/ufl
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@mscroggs/ufl
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@v3
with:
path: ./dolfinx
repository: FEniCS/dolfinx
ref: mscroggs/ufl
ref: main
- name: Install DOLFINx
run: |
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
Expand Down

0 comments on commit 06971e9

Please sign in to comment.