Skip to content

Commit

Permalink
Upper bound numpy (#588)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Lukas113 authored Jul 5, 2024
1 parent b0a57ec commit 2db016f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate base
anaconda -t ${{ secrets.ANACONDA_SECRET }} upload $CONDA_ROOT/conda-bld/linux-64/karabo-pipeline-*.tar.bz2 --force
anaconda -t ${{ secrets.ANACONDA_SECRET }} upload /opt/conda/conda-bld/linux-64/karabo-pipeline-*.tar.bz2 --force
test-build:
needs: conda-build
Expand Down

0 comments on commit 2db016f

Please sign in to comment.