Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble disabling depwarns. #49

Open
ablaom opened this issue Jul 19, 2021 · 3 comments
Open

Having trouble disabling depwarns. #49

ablaom opened this issue Jul 19, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@ablaom
Copy link

ablaom commented Jul 19, 2021

I have made this change to my ci.yml but it does not appear to have disabled dep warnings. Am I missing something here?

Here's the fail (due to depwarns) : https://github.com/FluxML/MLJFlux.jl/pull/181/checks?check_run_id=3100578201

@korsbo
Copy link

korsbo commented Dec 15, 2022

I just ran into the same issue.

@korsbo
Copy link

korsbo commented Dec 15, 2022

would not

julia_args=[string("--check-bounds=", ENV["CHECK_BOUNDS"])])

which feeds into

Pkg.test(; kwargs...)

ignore the depwarn flag?

@korsbo
Copy link

korsbo commented Dec 15, 2022

Strange

I can't seem to turn off the depwarns with

      - uses: julia-actions/julia-runtest@v1
        with:
          depwarn: no

but I can make them throw with

      - uses: julia-actions/julia-runtest@v1
        with:
          depwarn: error

@SaschaMann SaschaMann added the bug Something isn't working label Dec 15, 2022
@ablaom ablaom changed the title Having trouble diabling depwarns. Having trouble disabling depwarns. Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants