-
Notifications
You must be signed in to change notification settings - Fork 2
feat: generate pixi.toml in workflow generator #33
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
Conversation
| pr_standard: | ||
| name: "Check PR" | ||
| runs-on: ubuntu-latest | ||
| if: github.event_name == 'pull_request' |
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.
This was breaking this workflow 🤦
amoeba
left a comment
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.
LGTM. Tested on adbc-drivers/databricks#99.
| version = "0.1.0" | ||
|
|
||
| [tasks] | ||
| make = "adbc-make run build DRIVER=<{driver}> VERBOSE=true" |
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.
is <{ ... }> valid?
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.
Guess it is.
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.
I changed the default syntax to avoid conflicting with GitHub's syntax.
Co-authored-by: Bryce Mecum <[email protected]>
What's Changed
Closes #32.