From 0248403f1a85816df2cef99ccaa4a85c901281bd Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 24 Jun 2024 13:12:46 +0530 Subject: [PATCH] ci: set `--depwarn=yes` for tests --- .github/workflows/Downstream.yml | 2 +- .github/workflows/Tests.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 4bffe0379..cdb56c4e9 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -62,7 +62,7 @@ jobs: repository: ${{ matrix.package.user }}/${{ matrix.package.repo }} path: downstream - name: Load this and run the downstream tests - shell: julia --color=yes --project=downstream {0} + shell: julia --color=yes --project=downstream --depwarn=yes {0} run: | using Pkg try diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 3a0f1012a..142a57726 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -34,6 +34,7 @@ jobs: - "Python" uses: "SciML/.github/.github/workflows/tests.yml@v1" with: + julia-runtest-depwarn: "yes" group: "${{ matrix.group }}" julia-version: "${{ matrix.version }}" secrets: "inherit"