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

update lockfiles and write proper license information #191

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Jul 10, 2023

No description provided.

@@ -207,16 +206,16 @@ pub fn lock_file_up_to_date(project: &Project, lock_file: &CondaLock) -> anyhow:
return Ok(false);
}
Some(package) => {
for (depends_name, depends_constriant) in package.dependencies.iter() {
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 was just fixing a typo (constriant vs constraint)

@baszalmstra baszalmstra merged commit 7bbce7f into prefix-dev:main Jul 10, 2023
9 checks passed
@wolfv wolfv deleted the license_info branch July 10, 2023 11:13
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

Successfully merging this pull request may close these issues.

None yet

2 participants