Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
branches:
- main
# And all pull requests
# cd /opt/firedrake/
# git fetch
# git checkout indiamai/fuse-closures-with-pyop3
# git pull
pull_request:

jobs:
Expand Down Expand Up @@ -153,7 +149,7 @@ jobs:
with:
repository: firedrakeproject/firedrake
path: firedrake-repo
ref: refs/heads/indiamai/fuse_mesh_cell
ref: refs/heads/indiamai/fuse

- name: Make cython
run: |
Expand All @@ -174,7 +170,7 @@ jobs:
with:
repository: firedrakeproject/fiat
path: fiat-repo
ref: refs/heads/indiamai/fuse
ref: refs/heads/indiamai/fuse_remove_compare_change

- name: Install checked out FIAT
run: |
Expand Down
Loading