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

Bump dependencies to support new lockfile version #21

Closed
wants to merge 3 commits into from

Conversation

pavelzw
Copy link
Member

@pavelzw pavelzw commented Dec 3, 2024

Motivation

Changes

@pavelzw pavelzw requested a review from PaulKMueller as a code owner December 3, 2024 09:12
@pavelzw pavelzw added the enhancement New feature or request label Dec 3, 2024
@@ -36,10 +48,7 @@ pub fn get_package_records_for_pixi_lock(
for platform in environment.platforms() {
if let Some(packages) = environment.packages(platform) {
for package in packages {
if let Some(conda_package) = package.into_conda() {
Copy link
Member Author

Choose a reason for hiding this comment

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

this didn't raise an error before when pypi...

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

Successfully merging this pull request may close these issues.

2 participants