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

Unpin pip (and snakemake) #526

Closed
wants to merge 1 commit into from
Closed

Unpin pip (and snakemake) #526

wants to merge 1 commit into from

Conversation

corneliusroemer
Copy link
Contributor

I think the reason for failure with snakemake 7.30.2 was that you had pip pinned - not quite sure why. Let's try this way - it should then work also with newest snakemake again, and older ones.

Let's see whether actions pass

I think the reason for failure with snakemake 7.30.2 was that you had pip pinned - not quite sure why. Let's try this way - it should then work also with newest snakemake again, and older ones.
@corneliusroemer
Copy link
Contributor Author

Seems to work, I tested with micromamba (works quite nicely and allows simulating linux-64 on mac):

micromamba create -f environment.yml --dry-run --platform osx-64
micromamba create -f environment.yml --dry-run --platform linux-64

@corneliusroemer
Copy link
Contributor Author

Aha, pip needs to be pinned due to use of docker.io/continuumio/miniconda3:4.9.2-alpine docker image which seems to require that particular version

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.

1 participant