Skip to content

Commit

Permalink
ci: set --depwarn=yes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jun 24, 2024
1 parent 81adcff commit 0248403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0248403

Please sign in to comment.