ezyang / ghstack

Submit stacked diffs to GitHub on the command line
MIT License
657 stars 54 forks source link

ci: install Poetry version `1.7.1` #173

Closed felix-seifert closed 1 year ago

felix-seifert commented 1 year ago

I first tried to rabbit hole into specifying many sub-dependencies. However, this results in very old dependencies and a complicated list of dependencies. As it eventually turned out, I just needed to update the Poetry version which gets installed during our CI process.

Testing the project with a recent version of Poetry fixes the experienced dependency issues and closes #172.