We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821ddc1 commit 36fb8a4Copy full SHA for 36fb8a4
1 file changed
.github/workflows/pythonapp.yml
@@ -34,6 +34,9 @@ jobs:
34
sudo apt-get update
35
sudo apt-get -y upgrade
36
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
40
41
- name: Install Basix
42
run: python3 -m pip -v install .[ci]
0 commit comments