Skip to content

Commit 1ebc8f9

Browse files
fix: pin python version to 3.12
1 parent 5df718d commit 1ebc8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
8282
if [[ -n "${{ inputs.snakemake-branch }}" ]]; then
8383
cat <<EOF >> .snakemake.environment.yaml
84-
- python
84+
- python ==3.12
8585
- pip
8686
EOF
8787
else

0 commit comments

Comments
 (0)