Skip to content

Commit

Permalink
cirrc 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 10, 2023
1 parent 0d9298a commit 95fd38b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions tools/ci/cirrus_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,15 @@ wheels_upload_task:
export HOME=$PWD
# install miniconda for uploading to anaconda
# wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
# bash miniconda.sh -b -p $HOME/miniconda3
# $HOME/miniconda3/bin/conda init bash
# source $HOME/miniconda3/bin/activate
# conda install -y anaconda-client
wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda3
$HOME/miniconda3/bin/conda init bash
source $HOME/miniconda3/bin/activate
conda install -y anaconda-client
which conda
which python
python -m pip install --upgrade pip
# The name of the zip file is derived from the `wheels_artifact` line.
# If you change the artifact line to `myfile_artifact` then it would be
Expand Down

0 comments on commit 95fd38b

Please sign in to comment.