Skip to content

Commit fd88d61

Browse files
committed
Update publish.yml
1 parent d8f216b commit fd88d61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
return releaseWithTag ? 'true' : 'false'
7272
result-encoding: string
7373

74-
- run: |
74+
- name: test conda
75+
shell: bash -el {0}
76+
run: |
7577
# conda activate
7678
conda info
7779
conda list conda-lock

0 commit comments

Comments
 (0)