We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I just ran into the same issue.
Sorry, something went wrong.
would not
julia-runtest/test_harness.jl
Line 5 in 7ea3b3e
which feeds into
Line 15 in 7ea3b3e
ignore the depwarn flag?
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: