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

lock-file not up-to-date with the project with Python package from Github. #2763

Open
2 tasks done
tobiasraabe opened this issue Dec 23, 2024 · 0 comments
Open
2 tasks done

Comments

@tobiasraabe
Copy link
Contributor

tobiasraabe commented Dec 23, 2024

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

Hi,

when installing from Github, I cannot lock my environment.

[project]
channels = ["conda-forge"]
name = "repro"
platforms = ["osx-arm64", "linux-64"]
version = "0.1.0"

[tasks]

[dependencies]
python = "*"

[pypi-dependencies]
inspect-ai = { git = "https://github.com/tobiasraabe/inspect_ai", rev = "enable-structured-output"}
$ pixi --version
pixi 0.39.3

Running

$ pixi install
$ pixi run --locked python

always leads to an lock-file not up-to-date with the project.

pixi.lock

Issue description

Expected behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant