Skip to content

Commit 8d97932

Browse files
committed
Trying to work around conda activate altogether
1 parent 254a77c commit 8d97932

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ environment:
1010
CONDA_SHELL: powershell
1111
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
1212
OS: Linux
13-
CONDA_SHELL: bash
1413
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
1514
OS: MacOSX
16-
CONDA_SHELL: zsh
1715

1816
ANACONDA_TOKEN:
1917
secure: $(anaconda_token)
@@ -31,7 +29,7 @@ install:
3129
- sh: conda init bash
3230
- sh: source ~/.bashrc
3331
- conda env create -f environment.yml
34-
- conda activate cadquery
32+
- /home/appveyor/miniconda/bin/activate cadquery
3533
- pip install git+https://github.com/CadQuery/[email protected]
3634

3735
build: false

0 commit comments

Comments
 (0)