File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,17 @@ before-all = """
35
35
yum install -y wget &&
36
36
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh &&
37
37
bash miniconda.sh -b -p $HOME/miniconda &&
38
- export PATH=$HOME/miniconda/bin:$PATH &&
39
- conda install -y -c conda-forge sleef
38
+ $HOME/miniconda/bin/conda install -y -c conda-forge sleef
40
39
"""
41
- environment = {PATH = " $HOME/miniconda/bin:$PATH " , LD_LIBRARY_PATH = " $HOME/miniconda/lib:$LD_LIBRARY_PATH" }
40
+ environment = {LD_LIBRARY_PATH = " $HOME/miniconda/lib:$LD_LIBRARY_PATH" }
42
41
43
42
[tool .cibuildwheel .macos ]
44
43
before-all = """
45
44
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh &&
46
45
bash miniconda.sh -b -p $HOME/miniconda &&
47
- export PATH=$HOME/miniconda/bin:$PATH &&
48
- conda install -y -c conda-forge sleef
46
+ $HOME/miniconda/bin/conda install -y -c conda-forge sleef
49
47
"""
50
- environment = {PATH = " $HOME/miniconda/bin:$PATH " , DYLD_LIBRARY_PATH = " $HOME/miniconda/lib:$DYLD_LIBRARY_PATH" }
48
+ environment = {DYLD_LIBRARY_PATH = " $HOME/miniconda/lib:$DYLD_LIBRARY_PATH" }
51
49
52
50
# [tool.cibuildwheel.windows]
53
51
# before-all = """
You can’t perform that action at this time.
0 commit comments