-
Notifications
You must be signed in to change notification settings - Fork 81
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
ci: 🎡 use cache with poetry #314
Conversation
We have errors, due to the relative dependencies:
|
Note that libutils is depended by libcache and libqueue, which are both dependencies of the services. Maybe due to this double dependency (related to this? python-poetry/poetry#1757 (comment) - note that I cannot reproduce: it works for me when launched directly on my machine, the issue seems to be related to the |
Last fix does not work:
|
68b981e
to
6319780
Compare
Last fix: still the same error (https://github.com/huggingface/datasets-server/runs/6622451310?check_suite_focus=true)
|
The bug is not due to the |
756b566
to
1486193
Compare
81993f0
to
14f30cf
Compare
* feat: 🎸 build the local libraries This way, we refer to a specific version, with a related hash, which help for the cache entries (in github actions) * ci: 🎡 enable all the actions
No description provided.