-
Notifications
You must be signed in to change notification settings - Fork 8
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
Resolve #111 Add test for PersistencePickle._simple_save #114
base: v2
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting the same errors and after fixing the task shell
one it also outputs "uids and gids must be in range 0-2147483647". (i'm on windows btw)
@@ -50,17 +50,23 @@ tasks: | |||
shell: | |||
desc: Runs the shell of a container. | |||
cmds: | |||
- ${CMD_DOCKER_RUN} -v ${ROOT}:/tmp -it ${PACKAGE_NAME} /bin/bash | |||
- ${CMD_DOCKER_RUN} -u ${UID}:${GID -v ${ROOT}:/tmp -it ${PACKAGE_NAME} /bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ${CMD_DOCKER_RUN} -u ${UID}:${GID -v ${ROOT}:/tmp -it ${PACKAGE_NAME} /bin/bash | |
- ${CMD_DOCKER_RUN} -u ${UID}:${GID} -v ${ROOT}:/tmp -it ${PACKAGE_NAME} /bin/bash |
mambaorg/micromamba
Docker image base from1.4.9
to2.0.2
.3.11
to3.10
to fix pysc2 incompatibility (TypeError: Random.shuffle() takes 2 positional arguments but 3 were given
onpysc2/lib/colors.py:121
).PersistencePickle._simple_save
.coverage.fail_under
from100.0
to90.0
.Related: