Skip to content

Instantly share code, notes, and snippets.

View melund's full-sized avatar

Morten Enemark Lund melund

View GitHub Profile
@KPLauritzen
KPLauritzen / azure-pipeline.yaml
Created April 20, 2021 14:31
Pipeline for using micromamba in a azure devops pipeline
View azure-pipeline.yaml
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