You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should walk the directories up to $GITHUB_WORKSPACE to find a rust-toolchain.toml instead of just check it once. I don't have time to fix it today, so pull requests are welcome.
A recent update seems to have broken this functionality.
This is a recent run (installs stable, ignoring
rust-toolchain.toml
):https://github.com/stinodego/polars/actions/runs/6384664783/job/17327784276
This is a slightly older run of ~6 hours ago (installs nightly as specified in
rust-toolchain.toml
):https://github.com/stinodego/polars/actions/runs/6380623219/job/17315365326
Maybe it's because of theSame issue when not usingworking-directory
specification?working-directory
.The text was updated successfully, but these errors were encountered: