Skip to content

Commit

Permalink
do not generate output
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Sep 24, 2024
1 parent 267a6b2 commit 18c74fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
downstream_tests:
strategy:
matrix:
downstream_project: [loopy, pytential, pytato]
downstream_project: [pytential]
fail-fast: false
name: Tests for downstream project ${{ matrix.downstream_project }}
runs-on: ubuntu-latest
Expand All @@ -99,7 +99,7 @@ jobs:
env:
DOWNSTREAM_PROJECT: ${{ matrix.downstream_project }}
run: |
tail /dev/zero
sleep 2h
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
test_downstream "$DOWNSTREAM_PROJECT"
Expand Down

0 comments on commit 18c74fd

Please sign in to comment.