Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup
Browse files Browse the repository at this point in the history
connorjward committed Jan 16, 2025
1 parent e052e2e commit 4cf20cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -55,8 +55,11 @@ jobs:
run: |
cd ..
rm -rf firedrake_venv
- name: MOVE THIS TO LATER install parallel
run: |
sudo apt update
sudo apt install parallel
- name: Build Firedrake
id: build
run: |
cd ..
# Linting should ignore unquoted shell variable $COMPLEX
@@ -88,8 +91,8 @@ jobs:
--install asQ \
|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
id: build
run: |
sudo apt install parallel
. ../firedrake_venv/bin/activate
python "$(which firedrake-clean)"
python -m pip install \

0 comments on commit 4cf20cb

Please sign in to comment.