You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Use right python environment
Even despite adsf did activate python3.8. This was not used by poetry.
python-poetry/poetry#655
In the Make target I've added a command which ensures that the right python
version is used.
* fix: for poetry command failures in netlify
For some reason poetry started to fail with
No module named 'poetry.repositories.http'.
This works around that issue.
0 commit comments