tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
200 stars 156 forks source link

Add pypiserver extension #552

Closed korbajan closed 3 months ago

korbajan commented 7 months ago

extension is using docker_compose (https://github.com/korbajan/tilt-extensions/blob/pypiserver/pypiserver/Tiltfile#L41) but tests are failing with: error: exec: "docker-compose": executable file not found in $PATH (https://app.circleci.com/pipelines/github/tilt-dev/tilt-extensions/1524/workflows/e68dbb44-985c-4af2-93e1-822888b71262/jobs/3638)

nicks commented 7 months ago

ya, the ci doesn't have compose installed, working on it - https://github.com/tilt-dev/tilt-extensions/pull/553

nicks commented 3 months ago

i'll merge this and fix up the load logic to match the other ones async