billowy-architect-90654
02/14/2025, 9:33 PMpyproject.toml
is missing.
CI main error here: https://github.com/vatesfr/pulumi-xenorchestra/actions/runs/13334612182/job/37251492562#step:8:115
I am surprised that this file is missing. Shouldn't it be generated by the CI or manually by make generate_python
?famous-television-17833
02/17/2025, 11:04 AMPython: &tfbridge.PythonInfo{
// List any Python dependencies and their version ranges
Requires: map[string]string{
"pulumi": ">=3.0.0,<4.0.0",
},
PyProject: struct {
Enabled bool
}{
Enabled: true, // Enable pyproject.toml file generation
},
},