Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 29, 2024
1 parent e341a43 commit ce4ef45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pip-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: Install homebrew packages
run: brew install gcc autoconf pkg-config make automake cmake ninja libtool boost openblas python python-setuptools mpich bison

- uses: actions/checkout@v4
with:
path: src/firedrake

- name: Create a venv
run: |
"$(brew --prefix)/bin/python3" -m venv pip_venv
Expand Down Expand Up @@ -84,10 +88,6 @@ jobs:
make
make install
- uses: actions/checkout@v4
with:
path: src/firedrake

- name: Pip install
run: |
export PETSC_DIR="$PWD/pip_venv/src/petsc"
Expand Down

0 comments on commit ce4ef45

Please sign in to comment.