Skip to content

Commit

Permalink
Final prep
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Mar 2, 2025
1 parent 20a50ec commit 98e80c5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/tsfc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
name: Run TSFC tests
runs-on: ubuntu-latest
container:
# UNDO ME
# image: firedrakeproject/firedrake-vanilla-default:latest
image: firedrakeproject/firedrake-vanilla-default:pip
image: firedrakeproject/firedrake-vanilla-default:latest
# Github hosted runners require running as root user:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#docker-container-filesystem
options: --user root
Expand All @@ -22,13 +20,6 @@ jobs:
# packages
PYTHONPATH: /home/firedrake/firedrake:/home/firedrake/.local/lib/python3.12/site-packages
steps:
- name: Fix HOME
run: |
: # For unknown reasons GitHub actions overwrite HOME to /github/home
: # which will break everything unless fixed
: # (https://github.com/actions/runner/issues/863)
echo "HOME=/home/firedrake" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
with:
# Download UFL into a subdirectory not called 'ufl' to make sure
Expand Down

0 comments on commit 98e80c5

Please sign in to comment.