Skip to content

Commit

Permalink
try to pin fenicsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Oct 7, 2024
1 parent 92fe8c6 commit 1d0e72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "Adding FEniCS PPA and installing fenicsx"
sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt update
sudo apt-get install -y fenicsx
sudo apt-get install -y fenicsx=0.7.3-3~ppa1~lunar1
# Install irrevolutions dependencies (if any) and the package itself
- name: Install Python dependencies and irrevolutions
Expand Down

0 comments on commit 1d0e72d

Please sign in to comment.