Still trying to fix conda init
This commit is contained in:
@ -7,10 +7,13 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
MINICONDA_DIRNAME: C:\Miniconda38-x64
|
MINICONDA_DIRNAME: C:\Miniconda38-x64
|
||||||
|
CONDA_SHELL: powershell
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
||||||
OS: Linux
|
OS: Linux
|
||||||
|
CONDA_SHELL: bash
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
|
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
|
||||||
OS: MacOSX
|
OS: MacOSX
|
||||||
|
CONDA_SHELL: zsh
|
||||||
|
|
||||||
ANACONDA_TOKEN:
|
ANACONDA_TOKEN:
|
||||||
secure: $(anaconda_token)
|
secure: $(anaconda_token)
|
||||||
@ -24,7 +27,7 @@ init:
|
|||||||
install:
|
install:
|
||||||
- conda config --set always_yes yes --set changeps1 no
|
- conda config --set always_yes yes --set changeps1 no
|
||||||
- conda update -q conda
|
- conda update -q conda
|
||||||
- conda init
|
- conda init $CONDA_SHELL
|
||||||
- conda env create -f environment.yml
|
- conda env create -f environment.yml
|
||||||
- conda activate cadquery
|
- conda activate cadquery
|
||||||
- pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1
|
- pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1
|
||||||
|
Reference in New Issue
Block a user