Skip to content

Commit 00b1af1

Browse files
Updated files with 'repo_helper'. (#35)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent d1421b1 commit 00b1af1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)