-
Notifications
You must be signed in to change notification settings - Fork 338
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
Use the correct action input parameter #1963
Conversation
ceb945c
to
415bca9
Compare
Looks like we're not allowed to remove the current directory in Actions. |
When I get a chance, I'll selectively remove a few key directories to ensure we're not accidentally using them. |
6eb467f
to
2819bc4
Compare
2819bc4
to
da4c460
Compare
@angelapwen can you take another look? I think this should work now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix looks good, but we'll need to fix the Python 3.12 issue causing the tests to fail separately.
Re-ran and we got an older version of the runner so PR checks have passed 👍 |
108033a
to
8948a7c
Compare
3.12 does not work.
8948a7c
to
bd4005a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!! I guess at some point this runner image will stop being macos-latest
but looks good for now.
Only run use 3.11 on versions of of the CLI that we know don't support 3.12.
Updated to only apply python 3.11 for older CLIs. At some point, we can purge references to CLIs we no longer support, but that can happen at some point in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Couple of non-blocking suggestions.
Fixes an integration test that isn't quite testing what we think it is.
Also, ensures that all macos tests run on python 3.11. See separate commits.
Merge / deployment checklist