Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed May 3, 2024
1 parent 7012b4a commit 84c71a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install DOLFINx
uses: jorgensd/actions/install-dolfinx@v0.2.0
uses: jorgensd/actions/install-dolfinx@v0.3.0
with:
dolfinx: main
ufl: main
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
echo "$HOME/.sonar/build-wrapper-linux-x86" >> $GITHUB_PATH
- name: Install DOLFINx
uses: jorgensd/actions/install-dolfinx@v0.2.0
uses: jorgensd/actions/install-dolfinx@v0.3.0
with:
petsc_arch: ${PETSC_ARCH}
dolfinx: v0.8.0
basix: v0.8.0
ufl: 2024.1.0.post0
ffcx: v0.8.0
dolfinx: main
basix: main
ufl: main
ffcx: main

- name: Run build-wrapper
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_mpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
python3 -m pip install --no-cache-dir --no-binary=h5py h5py
- name: Install DOLFINx
uses: jorgensd/actions/install-dolfinx@v0.2.0
uses: jorgensd/actions/install-dolfinx@v0.3.0
with:
dolfinx: ${{ env.DOLFINX_BRANCH }}
ufl: ${{ env.UFL_BRANCH }}
Expand Down

0 comments on commit 84c71a9

Please sign in to comment.