Skip to content

Commit

Permalink
Remove ineffective environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 6, 2024
1 parent fe4ff9e commit 3f1d91c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ngsPETSc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
pip install netgen-mesher --break-system-packages
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.10/site-packages
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
NGSPETSC_NO_INSTALL_REQUIRED=ON pip install -e . --break-system-packages
pip install -e . --break-system-packages
- name: Run test suite in serial
run: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
. /home/firedrake/firedrake/bin/activate
pip install netgen-mesher
pip install xdist pytest-timeout ipympl
NGSPETSC_NO_INSTALL_REQUIRED=ON pip install .
pip install .
- name: Run part of the Firedrake test suite
run: |
Expand All @@ -137,7 +137,7 @@ jobs:
. /home/firedrake/firedrake/bin/activate
pip install netgen-mesher
pip install xdist pytest-timeout ipympl
NGSPETSC_NO_INSTALL_REQUIRED=ON pip install .
pip install .
- name: Run part of the Firedrake test suite
run: |
Expand Down

0 comments on commit 3f1d91c

Please sign in to comment.