We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23226e8 commit 9099507Copy full SHA for 9099507
appveyor.yml
@@ -21,15 +21,16 @@ init:
21
- sh: curl -sL https://repo.anaconda.com/miniconda/Miniconda3-latest-$OS-x86_64.sh > miniconda.sh
22
- sh: bash miniconda.sh -b -p $HOME/miniconda;
23
- sh: export PATH="$HOME/miniconda/bin:$HOME/miniconda/lib:$PATH";
24
+ - sh: source $HOME/miniconda/bin/activate
25
26
install:
27
- conda config --set always_yes yes --set changeps1 no
28
- conda update -q conda
29
- cmd: conda init cmd.exe
- - sh: conda init bash
30
+ # - sh: conda init bash
31
- conda env create -f environment.yml
32
- cmd: conda activate cadquery
- - sh: activate cadquery
33
+ - sh: conda activate cadquery
34
- pip install git+https://github.com/CadQuery/[email protected]
35
36
build: false
0 commit comments