Skip to content

Commit

Permalink
disable depwarnings in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jul 19, 2021
1 parent 34a42a1 commit 048be5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 048be5d

Please sign in to comment.