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 pip check test #489

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Fix pip check test #489

merged 2 commits into from
Aug 7, 2024

Conversation

danielhollas
Copy link
Contributor

@danielhollas danielhollas commented Aug 2, 2024

Fixes #490. The offending packages have been fixed upstream, but we need to forcibly update async_generator and certipy to pick up those changes since these are already part of the jupyter base image.

Additionally, I've unpinned the softprops/actions-gh-release action.
Pinning this action to specific patch version just creates noise from dependabot. Given that we currently don't pin any other actions to the exact versions, let's unpin this one as well.

Closes #487

@danielhollas danielhollas force-pushed the unpin-action-release branch from c62838d to e60ec99 Compare August 4, 2024 13:13
@danielhollas danielhollas force-pushed the unpin-action-release branch from e60ec99 to ca99554 Compare August 6, 2024 12:44
mamba install --yes \
aiida-core==${AIIDA_VERSION} \
mamba-bash-completion \
&& mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This command should not be touching home folder at all so we can simply remove this.

@danielhollas danielhollas requested a review from unkcpz August 6, 2024 12:47
@danielhollas danielhollas changed the title Unpin softprops/action-gh-release Fix pip check test Aug 6, 2024
@danielhollas danielhollas enabled auto-merge (squash) August 7, 2024 10:41
@danielhollas danielhollas disabled auto-merge August 7, 2024 10:41
@danielhollas danielhollas enabled auto-merge (squash) August 7, 2024 10:41
@danielhollas danielhollas disabled auto-merge August 7, 2024 11:42
@danielhollas danielhollas merged commit 9cab122 into main Aug 7, 2024
15 checks passed
@danielhollas danielhollas deleted the unpin-action-release branch August 7, 2024 11:42
@danielhollas danielhollas added the dependencies Pull requests that update a dependency file label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest pip pip check fails for several packages
1 participant