File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 python -VV
2929 python -m site
3030 python -m pip install --upgrade pip setuptools wheel
31- python -m pip install --upgrade whey-conda whey
31+ python -m pip install --upgrade " whey-conda" " whey"
3232 # $CONDA is an environment variable pointing to the root of the miniconda directory
3333 $CONDA/bin/conda update -q conda
3434 $CONDA/bin/conda install conda-build=3.21.0
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180 - name : Install dependencies 🔧
181181 run : |
182182 python -m pip install --upgrade pip setuptools wheel
183- python -m pip install --upgrade mkrecipe
183+ python -m pip install --upgrade " mkrecipe" "whey"
184184
185185 wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh -O miniconda.sh
186186 bash miniconda.sh -b -p $HOME/miniconda
You can’t perform that action at this time.
0 commit comments