Skip to content

Commit

Permalink
error on downstream deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Apr 4, 2024
1 parent 205ae4d commit 02ef4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02ef4b4

Please sign in to comment.