We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4121130 commit 531e28fCopy full SHA for 531e28f
.github/workflows/relock.yml
@@ -36,7 +36,8 @@ jobs:
36
- name: re-lock
37
run: >
38
cd .binder/
39
- && /home/runner/micromamba/envs/RELOCK/bin/conda-lock --conda=micromamba -f environment-python_and_r.yml
+ && ls -lha /home/runner/micromamba/envs/RELOCK/bin/
40
+ && /home/runner/micromamba/envs/RELOCK/bin/conda-lock --conda=micromamba -f environment-python_and_r.yml
41
42
- name: Check for changes
43
id: check_changes
0 commit comments