-
Notifications
You must be signed in to change notification settings - Fork 38
PR into #488 #675
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
PR into #488 #675
Changes from 14 commits
3a16ccb
f7e685c
cd3cbff
4fd4b6b
c242102
02c5da6
42fdc80
8d7a4ca
cc0a184
a7addbf
9921440
32fa26e
7252bd7
e8eef04
63a2b13
1bf3a42
3a11bd2
a70cda6
5d7eecd
697c41c
88a0634
195c97a
740dba8
00b4527
3fb2a5b
9ecbeab
2e71c00
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes here seem to be for local testing? Should we remove it here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can delete yeah. or delete in the main PR since it might still be useful for testing. |
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.
nit: I think this check can break if the format in
pyproject.toml/Cargo.tomlchanged (e.g.flyteidl2==1.0.0to"flyteidl2==1.0.0")? Maybe it's better to parse with pythontomllib?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.
yes probably, haven't really gone through these GH actions. i think we can merge this PR though - GH actions and devex ergonomics will take a bunch more additional work I think.