Skip to content

Commit

Permalink
actions12
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Sep 7, 2023
1 parent 0216bc8 commit bf20dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ export CONDA_BLD_PATH=~/conda-bld

$CONDA/bin/conda install -c conda-forge conda-build
$CONDA/bin/conda install -c conda-forge anaconda-client
$CONDA/bin/conda install -c conda-forge mamba

#export VERSION=$(date +%Y.%m)
#conda build .

for python_ver in 3.9; do
for numpy_ver in 1.21; do
export VERSION=`date +%Y.%m`"_py"$python_ver"_np"$numpy_ver
conda build . --numpy $numpy_ver --python $python_ver
mamba build . --numpy $numpy_ver --python $python_ver
done
done

Expand Down

0 comments on commit bf20dcc

Please sign in to comment.