We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd07a3 commit c1be8a7Copy full SHA for c1be8a7
1 file changed
action.yml
@@ -74,7 +74,7 @@ runs:
74
EOF
75
76
- name: Setup conda
77
- if: ${{ !hashFiles('/home/runner/miniconda3/.condarc') }}
+ if: ${{ !hashFiles('/home/runner/miniconda3/condabin/conda') }}
78
uses: conda-incubator/setup-miniconda@v3
79
with:
80
channels: conda-forge,bioconda
0 commit comments