SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
19 stars 8 forks source link

Install dependencies using poetry in build/test actions #96

Closed Bubblyworld closed 2 years ago

Bubblyworld commented 2 years ago

At the moment we are attempting to generate requirements.txt from our poetry poetry, but we may as well just install dependencies directly using poetry.

Bubblyworld commented 2 years ago

Ah, hrm, I thought I would be able to test the changes like that, will test locally with act rather.

Bubblyworld commented 2 years ago

Have tested on my local docker with act, everything seems to work fine now.