Skip to content

Commit e1e9ca8

Browse files
committed
Update publish.yml
1 parent 5d11419 commit e1e9ca8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
return releaseWithTag ? 'true' : 'false'
7575
result-encoding: string
7676

77-
- name: test conda
78-
run: |
79-
# conda activate
80-
conda info
81-
conda list conda-lock
82-
ls -al /usr/share/miniconda/bin
83-
which conda-lock
84-
conda-lock --version
77+
# - name: test conda
78+
# run: |
79+
# # conda activate
80+
# conda info
81+
# conda list conda-lock
82+
# ls -al /usr/share/miniconda/bin
83+
# which conda-lock
84+
# conda-lock --version
8585

8686
- name: Create Application Server Installer
8787
run: |

0 commit comments

Comments
 (0)