Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
- Fix conda deployment
  • Loading branch information
ggeorgakoudis committed Jan 9, 2025
1 parent fd870af commit 300e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-upload-conda-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
show-channel-urls: true
- name: Build and upload numba
run: |
conda install -y -c conda-forge conda-build conda-verify anaconda-client;
conda install -q -y -c conda-forge conda-build conda-verify anaconda-client;
conda config --set anaconda_upload yes;
conda build --user python-for-hpc --label ${{ inputs.label }} \
-c python-for-hpc -c conda-forge \
Expand Down

0 comments on commit 300e54c

Please sign in to comment.