We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--depwarn=yes
1 parent 14c9639 commit de74ba0Copy full SHA for de74ba0
.github/workflows/Downstream.yml
@@ -62,7 +62,7 @@ jobs:
62
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
63
path: downstream
64
- name: Load this and run the downstream tests
65
- shell: julia --color=yes --project=downstream {0}
+ shell: julia --color=yes --project=downstream --depwarn=yes {0}
66
run: |
67
using Pkg
68
try
.github/workflows/Tests.yml
@@ -34,6 +34,7 @@ jobs:
34
- "Python"
35
uses: "SciML/.github/.github/workflows/tests.yml@v1"
36
with:
37
+ julia-runtest-depwarn: "yes"
38
group: "${{ matrix.group }}"
39
julia-version: "${{ matrix.version }}"
40
secrets: "inherit"
0 commit comments