Skip to content

Commit

Permalink
Switch branches to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Jan 11, 2023
1 parent d98eab7 commit 7fdc60f
Showing 1 changed file with 2 additions and 2 deletions.
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
python -m pip install git+https://github.com/FEniCS/basix.git
python -m pip install git+https://github.com/FEniCS/ufl.git@release
python -m pip install git+https://github.com/FEniCS/basix.git@release
- name: Install FFCx
run: |
Expand Down

0 comments on commit 7fdc60f

Please sign in to comment.