We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130cc4a commit 4d9f1e3Copy full SHA for 4d9f1e3
1 file changed
.github/workflows/test.yml
@@ -219,7 +219,7 @@ jobs:
219
# suffix for nightly package versions
220
export VERSION_SUFFIX=`date +%y%m%d`
221
222
- mamba build continuous_integration/recipe --no-anaconda-upload
+ conda build continuous_integration/recipe --no-anaconda-upload
223
- name: Build and upload conda package
224
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'dask-contrib/dask-sql' }}
225
shell: bash -l {0}
@@ -232,4 +232,4 @@ jobs:
232
# set conda to upload after building
233
conda config --set anaconda_upload yes
234
235
- mamba build continuous_integration/recipe --label dev
+ conda build continuous_integration/recipe --label dev
0 commit comments