Skip to content

Commit 2db016f

Browse files
authored
Upper bound numpy (#588)
* upper-bounded numpy because of major release * adjusted conda-build recipe for numpy * bugfix: closing if statement in conda-build workflow * bugfix: conda-bld location in conda-build workflow
1 parent b0a57ec commit 2db016f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
shell: bash -l {0}
115115
run: |
116116
conda activate base
117-
anaconda -t ${{ secrets.ANACONDA_SECRET }} upload $CONDA_ROOT/conda-bld/linux-64/karabo-pipeline-*.tar.bz2 --force
117+
anaconda -t ${{ secrets.ANACONDA_SECRET }} upload /opt/conda/conda-bld/linux-64/karabo-pipeline-*.tar.bz2 --force
118118
119119
test-build:
120120
needs: conda-build

0 commit comments

Comments
 (0)