Skip to content

Conversation

FollowTheProcess
Copy link
Collaborator

I noticed that on the recent release, the action_default_tests were failing asserting that the calling python was 3.10 when in fact it was 3.11 due to #667

This PR updates the assertion to 3.11

@FollowTheProcess FollowTheProcess added the ci Issues relating to nox's CI pipeline label Nov 21, 2022
@FollowTheProcess FollowTheProcess self-assigned this Nov 21, 2022
@FollowTheProcess
Copy link
Collaborator Author

FollowTheProcess commented Nov 21, 2022

Hmm looks like Ubuntu 18.04 still defaults to 3.10?

Edit: Looking at the docs it would appear Ubuntu-18.04 is deprecated so I've removed it in this PR

@FollowTheProcess
Copy link
Collaborator Author

FollowTheProcess commented Nov 21, 2022

Also, only just noticed but we only run actions_all_tests on Windows for some reason? If we only want 1 OS, would ubuntu-latest not make more sense?

runs-on: windows-latest

@FollowTheProcess
Copy link
Collaborator Author

Unless anyone objects I'm probably just going to merge this as it keeps breaking workflows on main which I'm not a fan of 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Issues relating to nox's CI pipeline
Development

Successfully merging this pull request may close these issues.

1 participant