Ofek Lev

Results 697 comments of Ofek Lev

Only the changelog job is failing.

Failing job is just a flake for a performance regression

Everything is passing now! Though it looks like the 3.6 jobs are hard coded in this repo's GitHub settings as required/expected.

There was a conflict due to a typo fix that just got merged so I rebased. As far as I'm reading, merging might actually remove the required 3.6 checks rather...

Oh okay, just let me know how I can help!

```toml [project.scripts] opentelemetry-instrument = "opentelemetry.instrumentation.auto_instrumentation:run" opentelemetry-bootstrap = "opentelemetry.instrumentation.bootstrap:run" [project.entry-points.opentelemetry_environment_variables] instrumentation = "opentelemetry.instrumentation.environment_variables" ```

This one? https://github.com/open-telemetry/opentelemetry-python/pull/2763

Try https://github.com/ofek/coincurve/blob/f13612f377bfc857922364ae397789ff1e98c46d/.github/workflows/build.yml#L125

Prior art: https://github.com/python-poetry/poetry/pull/5931