From 048be5d3408610194177eef17b3801e45f29ee6d Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 19 Jul 2021 16:17:37 +1200 Subject: [PATCH] disable depwarnings in ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f747f4cf..c5fe8871 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 + with: + depwarn: no - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1 with: