microsoft / Oryx

Build your repo automatically.
Other
768 stars 177 forks source link

fix: deprecated poetry flag #2485

Open raffifu opened 3 months ago

raffifu commented 3 months ago

This issue close #2019

Currently flag --no-dev in poetry is deprecated and the new flag option is --only. this PR change the poetry command to use --only

dimbleby commented 3 months ago

The "--only" option requires a value.

I suppose you intend --only main