Skip to content

Instantly share code, notes, and snippets.

@KPLauritzen
KPLauritzen / azure-pipeline.yaml
Created April 20, 2021 14:31
Pipeline for using micromamba in a azure devops pipeline
jobs:
- job:
pool:
vmImage: 'vs2017-win2016'
variables:
- name: MAMBA_ROOT_PREFIX
value: $(Pipeline.Workspace)\micromambaenv
steps:
- powershell: |
Invoke-Webrequest -URI https://micro.mamba.pm/api/micromamba/win-64/latest -OutFile micromamba.tar.bz2