Skip to content

Commit

Permalink
fix: dont store recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Sep 19, 2024
1 parent 582c6c7 commit e4971cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pixi-build/src/bin/pixi-build-python/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ impl PythonBuildBackend {
ArchiveType::Conda,
CompressionLevel::default(),
),
store_recipe: true,
store_recipe: false,
force_colors: true,
})
}
Expand Down

0 comments on commit e4971cc

Please sign in to comment.