Skip to content

Commit

Permalink
silly sudo error
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Jan 16, 2025
1 parent b6f76d5 commit e052e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
run: |
apt-get -y install parallel
sudo apt install parallel
. ../firedrake_venv/bin/activate
python "$(which firedrake-clean)"
python -m pip install \
Expand Down

0 comments on commit e052e2e

Please sign in to comment.