Sondre Lillebø Gundersen
Sondre Lillebø Gundersen
I think you were right about dual installations, got it to work now 👍 So the solution would just be something like specifying: ```yaml - uses: snok/install-poetry@v1 with: version: 1.2.0a2...
The feature was not implemented, so re-opening 👍 I don't have time to implement this currently, but a PR is very welcome 🙂
Absolutely 🥳 If you create a PR for this, I'll review it over the weekend!
Is this no longer needed @dclimber ?
Do you know if the problem persists if you use the new installation script kept [here](https://github.com/python-poetry/install.python-poetry.org)? I've been meaning to update the curl path to this, so if that resolved...
We've updated the install script for mac and ubuntu runners so suspect this is resolved. Since we already have an open issue for general plugin support I'll close this for...
I'm pretty sure `source` works if you remember to set the shell as `bash`, no?
It's described pretty well [here](https://github.com/snok/install-poetry#running-on-windows) I think. You just need to add the `defaults` entry in your workflow file around like 10-11 I think
In other words, I *think* the windows example from the docs will work for you, if you remember to set the default shell to be bash 🙂
Did you manage to get this working @MrTeferi?