We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c3dd6 commit dbcb664Copy full SHA for dbcb664
.github/workflows/_build-pyobjcryst-package.yml
@@ -93,8 +93,8 @@ jobs:
93
env:
94
CIBW_BUILD: ${{ matrix.python[1] }}-${{ matrix.buildplat[1] }}
95
CIBW_BEFORE_BUILD: |
96
- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
97
- -O miniconda.sh
+ curl -sSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
+ -o miniconda.sh
98
bash miniconda.sh -b -p "$HOME/miniconda"
99
100
export PATH="$HOME/miniconda/bin:$PATH"
0 commit comments