Skip to content

Commit 36fb8a4

Browse files
committed
Install UFL from branch
1 parent 821ddc1 commit 36fb8a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonapp.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
sudo apt-get update
3535
sudo apt-get -y upgrade
3636
sudo apt-get install -y doxygen graphviz libopenblas-dev liblapack-dev ninja-build
37+
38+
- name: Install UFL
39+
run: python3 -m pip -v install git+https://github.com/FEniCS/ufl.git@release
3740

3841
- name: Install Basix
3942
run: python3 -m pip -v install .[ci]

0 commit comments

Comments
 (0)