Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 15, 2024
1 parent 664e854 commit 1291b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
#!/bin/bash
"$MPICH_DIR"/mpiexec "\$@"
EOF
chmod +x $VIRTUAL_ENV/bin/mpiexec
chmod +x "$VIRTUAL_ENV"/bin/mpiexec
pip install -U pytest-timeout
- name: Test Firedrake
Expand Down

0 comments on commit 1291b46

Please sign in to comment.