Skip to content

Commit a350781

Browse files
committed
debug
1 parent 4121130 commit a350781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/relock.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- name: re-lock
3737
run: >
3838
cd .binder/
39-
&& /home/runner/micromamba/envs/RELOCK/bin/conda-lock --conda=micromamba -f environment-python_and_r.yml
39+
$$ ls -lha
40+
&& /home/runner/micromamba/envs/RELOCK/bin/conda-lock --conda=micromamba -f environment-python_and_r.yml
4041
4142
- name: Check for changes
4243
id: check_changes

0 commit comments

Comments
 (0)