Skip to content

Commit

Permalink
reset branches (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Nov 2, 2023
1 parent 2cfd8d7 commit f1d9908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dolfin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name != 'workflow_dispatch'
run: |
python3 -m pip install git+https://github.com/FEniCS/ufl.git
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@mscroggs/embedded-degree
python3 -m pip install git+https://github.com/FEniCS/ffcx.git
- name: Install FEniCS Python components
if: github.event_name == 'workflow_dispatch'
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
with:
path: ./dolfinx
repository: FEniCS/dolfinx
ref: mscroggs/embedded-degree
ref: main
- name: Get DOLFINx
if: github.event_name == 'workflow_dispatch'
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ffcx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
path: ./ffcx
repository: FEniCS/ffcx
ref: mscroggs/embedded-degree
ref: main
- name: Get FFCx source (specified branch)
if: github.event_name == 'workflow_dispatch'
uses: actions/checkout@v3
Expand Down

0 comments on commit f1d9908

Please sign in to comment.