teamniteo / pyramid-realworld-example-app

Pyramid and OpenAPI3 based RealWorld implementation.
https://realworld.io
MIT License
43 stars 21 forks source link

Use `poetry update --lock` #138

Closed sayanarijit closed 3 years ago

sayanarijit commented 3 years ago

With --lock, poetry will only update the poetry.lock file without installing the packages. This will make the workflow run faster.

sayanarijit commented 3 years ago

Closing wrt https://github.com/niteoweb/pyramid-realworld-example-app/pull/139