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
Changing the version of celery to the 5.5.0rc4 fixes the problem of the build but breaks some containers when they are running, making the docker stack not function anymore.
Removing the line that upgrades pip in the Dockerfile fixes the installation problem locally, but does not seem to work in Circle-ci for some reason
The CircleCI tests are not passing:
https://app.circleci.com/pipelines/github/codalab/codalab-competitions/401/workflows/1acce18c-7ffe-4272-a627-85035d6feff6/jobs/3255
#!/bin/bash -eo pipefail pip install -r codalab/requirements/requirements.txt
Pip version seems to be too recent (or packages too old).
The text was updated successfully, but these errors were encountered: