Files
synapse/changelog.d/19578.bugfix
Eric Eastwood d65ef848eb Fix Build and push complement image CI job not having Poetry for complement.sh (#19578)
 `Build and push complement image`,
https://github.com/element-hq/synapse/actions/runs/23176317296/job/67339146082
```
scripts-dev/complement.sh: line 227: poetry: command not found
```

Follow-up to https://github.com/element-hq/synapse/pull/19523

This regressed in https://github.com/element-hq/synapse/pull/19476


### Testing strategy

1. Visit
https://github.com/element-hq/synapse/actions/workflows/push_complement_image.yml
 1. **Run workflow**:
- **Use workflow from:**
`madlittlemods/fix-complement-push-image-ci-job-poetry`
     - **Branch:** `develop`
 1. Wait for CI to run and pass 
2026-03-17 10:51:53 -05:00

2 lines
109 B
Plaintext

Fix `Build and push complement image` CI job not having `poetry` available for the Complement runner script.