Skip to content

Commit

Permalink
branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 16, 2023
1 parent 55f014e commit 6c818f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dolfin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Install UFL and Basix (default branches/tags)
if: github.event_name != 'workflow_dispatch'
run: |
python3 -m pip install git+https://github.com/FEniCS/ufl.git@mscroggs/remove-elements
python3 -m pip install git+https://github.com/FEniCS/basix.git@mscroggs/ufl
python3 -m pip install git+https://github.com/FEniCS/ufl.git
python3 -m pip install git+https://github.com/FEniCS/basix.git
- name: Install UFL and Basix (specified branches/tags)
if: github.event_name == 'workflow_dispatch'
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
with:
path: ./dolfinx
repository: FEniCS/dolfinx
ref: mscroggs/ufl
ref: main
- name: Get DOLFINx source (specified branch/tag)
if: github.event_name == 'workflow_dispatch'
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:

- name: Install FEniCS dependencies (Python)
run: |
python -m pip install git+https://github.com/FEniCS/ufl.git@mscroggs/remove-elements
python -m pip install git+https://github.com/FEniCS/basix.git@mscroggs/ufl
python -m pip install git+https://github.com/FEniCS/ufl.git
python -m pip install git+https://github.com/FEniCS/basix.git
- name: Install FFCx
run: |
Expand Down

0 comments on commit 6c818f5

Please sign in to comment.