We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d67ca commit 772c083Copy full SHA for 772c083
action.yml
@@ -77,7 +77,7 @@ runs:
77
id: check-miniconda
78
shell: bash -el {0}
79
run: |
80
- if [ -d "/home/runner/miniconda3" ]; then
+ if [ -d "$HOME/miniconda3" ]; then
81
echo "installed=true" >> $GITHUB_OUTPUT
82
else
83
echo "installed=false" >> $GITHUB_OUTPUT
@@ -92,7 +92,6 @@ runs:
92
miniforge-version: latest
93
environment-file: .snakemake.environment.yaml
94
activate-environment: snakemake
95
- installation-dir: /home/runner/miniconda3
96
97
- name: Display snakemake version
98
0 commit comments