We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d11419 commit e1e9ca8Copy full SHA for e1e9ca8
.github/workflows/publish.yml
@@ -74,14 +74,14 @@ jobs:
74
return releaseWithTag ? 'true' : 'false'
75
result-encoding: string
76
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
+ # - name: test conda
+ # run: |
+ # # conda activate
+ # conda info
+ # conda list conda-lock
+ # ls -al /usr/share/miniconda/bin
+ # which conda-lock
+ # conda-lock --version
85
86
- name: Create Application Server Installer
87
run: |
0 commit comments