Skip to content

Commit

Permalink
Revert CI to use dolfinx main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 3, 2024
1 parent 691ddaa commit d1ed920
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
with:
path: ./dolfinx
repository: FEniCS/dolfinx
ref: v0.9.0
ref: main

- name: Install FEniCS Python components
run: |
apt-get -qq update
apt-get -y install libboost-program-options-dev
pip3 install --break-system-packages pip --upgrade
pip3 install --break-system-packages git+https://github.com/FEniCS/ufl.git@2024.2.0
pip3 install --break-system-packages git+https://github.com/FEniCS/basix.git@v0.9.0
pip3 install --break-system-packages git+https://github.com/FEniCS/ffcx@v0.9.0
pip3 install --break-system-packages git+https://github.com/FEniCS/ufl.git
pip3 install --break-system-packages git+https://github.com/FEniCS/basix.git
pip3 install --break-system-packages git+https://github.com/FEniCS/ffcx
- name: Build dolfinx cpp
run: |
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
Expand Down

0 comments on commit d1ed920

Please sign in to comment.