Skip to content

Use almost latest snakemake#38

Closed
samumantha wants to merge 1 commit intomainfrom
snakemake
Closed

Use almost latest snakemake#38
samumantha wants to merge 1 commit intomainfrom
snakemake

Conversation

@samumantha
Copy link
Member

Very latest (9) is very new. To be safe, sticking to version 8 for now.

I unfortunately do not understand why the build fails.

@bast
Copy link
Member

bast commented Mar 17, 2025

The build failure seems to be connected to caching:

- name: Cache conda
uses: actions/cache@v1
env:
# Increase this value to reset cache if
# etc/example-environment.yml has not changed
CACHE_NUMBER: 0
with:
# ~/conda_pkgs_dir set via miniconda action
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}

It can possibly be fixed by switching to more recent action for caching: https://github.com/actions/cache

But I did not set that up and would need to study this as well.

@samumantha samumantha marked this pull request as draft March 17, 2025 19:15
@samumantha
Copy link
Member Author

Maybe we leave it at current version for now, to be extra safe also with the Python version. -> Turning this into draft to check after workshop

@bast
Copy link
Member

bast commented Apr 5, 2025

The cache issue "solved" in #42 by not using cache. I will also follow-up on the rest of the work here.

@bast bast self-assigned this Apr 5, 2025
@bast
Copy link
Member

bast commented Apr 5, 2025

Overtaken by #43.

@bast bast closed this Apr 5, 2025
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.

2 participants