Has anyone gotten `poetry` actions to work in a CI...
# singer-tap-development
s
Has anyone gotten
poetry
actions to work in a CI/CD environment such as Github Actions? I was trying to setup some boilerplate actions that would run
poetry publish
and
poetry run pytest
for my tap, but there is apparently an issue with poetry deleting the
setuptools
module (https://github.com/python-poetry/poetry/issues/3139). Plenty of ways around it, but I was thinking -- if the SDK can help standardize the taps and testing, it would also be nice to have standard, poetry-based CI/CD. My question, I guess, is whether anyone has encountered this before and knows whether there's something I should change in my
pyproject.toml
file or
poetry.lock
?