Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes authored Jan 6, 2025
1 parent 26aba8e commit 7773de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ jobs:
run: |
python3 -m venv venv
cat venv/bin/activate >> env.source
: # OpenMPI needs access to a temporary directory
mkdir ~/tempdir
cat "export TMPDIR=~/tempdir"
source env.source
- name: Install Pip dependencies (MacOS)
Expand Down

0 comments on commit 7773de8

Please sign in to comment.