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 a28725a commit afa7f01Copy full SHA for afa7f01
.github/workflows/publish.yml
@@ -53,11 +53,11 @@ jobs:
53
- name: Install Conda Build Tool
54
run: conda install -y conda-build
55
56
- - name: Verify Conda Build Installation
57
- run: which conda-build
+ # - name: Verify Conda Build Installation
+ # run: which conda-build
58
59
- - name: Build Conda Package
60
- run: conda-build conda-recipe
+ # - name: Build Conda Package
+ # run: conda-build conda-recipe
61
62
- name: publish-to-conda
63
uses: fcakyon/[email protected]
0 commit comments