linkml / linkml-runtime

Runtime support for linkml generated models
https://linkml.io/linkml/
Creative Commons Zero v1.0 Universal
25 stars 23 forks source link

Change poetry installation method in CI to pipx #214

Closed dalito closed 2 years ago

dalito commented 2 years ago

This should fix poetry for windows in CI.

Updating snok/install-poetry to v1.3.3 did not fix the issue. Therefore, we switched to installing poetry via pipx.

Closes #212

dalito commented 2 years ago

Hmm. Why is CI not automatically started after the change? @sierra-moxon : Can you start it?

Update: Sorry I was a bit blind.

sierra-moxon commented 2 years ago

do you need a run: keyword here? : https://github.com/linkml/linkml-runtime/actions/runs/3246477596/workflow

dalito commented 2 years ago

Yes! I also saw it.

dalito commented 2 years ago

The simpler pipx-way really works. Great!