Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix poetry dependencies #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

esloch
Copy link
Contributor

@esloch esloch commented Apr 29, 2024

No description provided.

@esloch esloch requested a review from xmnlab April 29, 2024 21:48
@xmnlab
Copy link
Contributor

xmnlab commented Apr 29, 2024

hey @esloch .. currently, all the dependencies are installed via conda ..
and the package is installed via pip: https://github.com/osl-pocs/poc-celery/blob/main/.github/workflows/main.yaml#L37

do you think it would be necessary or good to have it with poetry?

I don't have any objection ... but if so, please move the deps from conda to poetry

PS: feel free to remove poc2 from the strategy matrix .. otherwise the CI will not pass

@@ -12,8 +12,8 @@
broker=f"amqp://guest:guest@{AMQP_IP}:5672",
backend=f"redis://{REDIS_IP}:6379/0",
include=[
"poc_celery.poc1.tasks_async",
"poc_celery.poc1.tasks_collectors",
"src.poc_celery.poc1.tasks_async",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in theory src shouldn't be part of the package structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants