Skip to content

Commit

Permalink
Install UFL from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Jan 11, 2023
1 parent 821ddc1 commit 36fb8a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install -y doxygen graphviz libopenblas-dev liblapack-dev ninja-build
- name: Install UFL
run: python3 -m pip -v install git+https://github.com/FEniCS/ufl.git@release

- name: Install Basix
run: python3 -m pip -v install .[ci]
Expand Down

0 comments on commit 36fb8a4

Please sign in to comment.