Skip to content

Remove second installation of nix and cachix in update-version.yml workflow #1034

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

Merged
merged 1 commit into from
May 23, 2025

Conversation

juliankuners
Copy link
Contributor

Pull request #1028 changed CI workflows to install uv with nix in order to match the version of uv with the version that is used by uv2nix. Due to this change, nix needs to be installed prior to installing uv in GitHub workflows.

This change broke the update-version.yml workflow, as nix and cachix were installed twice in the workflow. This is blocking respective update pull requests such as e.g. #1032 . This pull request fixes this issue by removing the second installation of nix and cachix.

@automergerpr-permission-manager automergerpr-permission-manager bot merged commit 28d4486 into master May 23, 2025
11 checks passed
@automergerpr-permission-manager automergerpr-permission-manager bot deleted the fix-nix-install-workflow branch May 23, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants