From 02ef4b4b48e46a76c7bf2924b42e5736366f4d9b Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Sun, 7 Jan 2024 03:46:19 +0100 Subject: [PATCH] error on downstream deprecations --- .github/workflows/Downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index bdd6a0b..aaf0dcd 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -51,7 +51,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 --depwarn=error --project=downstream {0} run: | using Pkg try