From ce4ef450f68d7b8dda3ff9a08b1e58e53fd1e0ee Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Fri, 29 Nov 2024 16:37:12 +0000 Subject: [PATCH] testing --- .github/workflows/pip-mac.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pip-mac.yml b/.github/workflows/pip-mac.yml index 942a18e1d9..2c910f7774 100644 --- a/.github/workflows/pip-mac.yml +++ b/.github/workflows/pip-mac.yml @@ -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 @@ -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"