Skip to content

Commit 4d9f1e3

Browse files
authored
Trying using conda instead of mamba for builds
1 parent 130cc4a commit 4d9f1e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
# suffix for nightly package versions
220220
export VERSION_SUFFIX=`date +%y%m%d`
221221
222-
mamba build continuous_integration/recipe --no-anaconda-upload
222+
conda build continuous_integration/recipe --no-anaconda-upload
223223
- name: Build and upload conda package
224224
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'dask-contrib/dask-sql' }}
225225
shell: bash -l {0}
@@ -232,4 +232,4 @@ jobs:
232232
# set conda to upload after building
233233
conda config --set anaconda_upload yes
234234
235-
mamba build continuous_integration/recipe --label dev
235+
conda build continuous_integration/recipe --label dev

0 commit comments

Comments
 (0)