urbanopt / geojson-modelica-translator

GeoJSON to Modelica Translator that is focused on district energy system design and analysis.
https://www.nrel.gov/buildings/urbanopt.html
Other
18 stars 11 forks source link

Use new GitHub action for installing poetry #573

Closed vtnate closed 1 year ago

vtnate commented 1 year ago

Any background context you want to provide?

Poetry often fails multiple times to install dependencies, especially (but I think not exclusively, IIRC) on Windows CI runs. I wanted to see if using a different GitHub Action to run Poetry would make a difference. I think it fails less often now, but definitely not zero failures 😢 .

The solution thus far is to re-run the failed jobs until they magically pass. I don't know why it works sometimes but not others.

What does this PR accomplish?

Uses a different GitHub Action source for installing Poetry

How should this be manually tested?

Run CI and hope it passes all checks on the first try.