Skip to content

Commit

Permalink
Drop grudge downstream
Browse files Browse the repository at this point in the history
Symbolic processing in grudge has not been a thing for a while.
  • Loading branch information
inducer committed Sep 17, 2023
1 parent 82220fe commit d748b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
downstream_tests:
strategy:
matrix:
downstream_project: [loopy, grudge, pytential, pytato]
downstream_project: [loopy, pytential, pytato]
fail-fast: false
name: Tests for downstream project ${{ matrix.downstream_project }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Flake8:
Downstream:
parallel:
matrix:
- DOWNSTREAM_PROJECT: [loopy, grudge, pytential, pytato]
- DOWNSTREAM_PROJECT: [loopy, pytential, pytato]
tags:
- large-node
- "docker-runner"
Expand Down

0 comments on commit d748b3a

Please sign in to comment.