Skip to content

Commit

Permalink
Merge pull request LumiSpy#216 from LumiSpy/fix_azure_CI
Browse files Browse the repository at this point in the history
Fix Azure Pipelines CI
  • Loading branch information
jlaehne authored Oct 16, 2024
2 parents 3755b86 + 9b42a18 commit b30725b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@ resources:
# For more details on service connection endpoint, see
# https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints
endpoint: jordiferrero # Azure DevOps service connection
ref: use_mamba
ref: use_miniforge

strategy:
matrix:
Linux_Python38:
vmImage: 'ubuntu-latest'
PYTHON_VERSION: '3.8'
MAMBAFORGE_PATH: $(Agent.BuildDirectory)/mambaforge
MINIFORGE_PATH: $(Agent.BuildDirectory)/miniforge3
MacOS_Python38:
vmImage: 'macOS-latest'
PYTHON_VERSION: '3.8'
MAMBAFORGE_PATH: $(Agent.BuildDirectory)/mambaforge
MINIFORGE_PATH: $(Agent.BuildDirectory)/miniforge3
Windows_Python38:
vmImage: 'windows-latest'
PYTHON_VERSION: '3.8'
MAMBAFORGE_PATH: $(Agent.BuildDirectory)\mambaforge
MINIFORGE_PATH: $(Agent.BuildDirectory)\miniforge3

pool:
vmImage: '$(vmImage)'

steps:
- template: azure_pipelines/clone_ci-scripts_repo.yml@templates
- template: azure_pipelines/install_mambaforge.yml@templates
- template: azure_pipelines/install_miniforge.yml@templates
- template: azure_pipelines/activate_conda.yml@templates
- template: azure_pipelines/setup_anaconda_packages.yml@templates

Expand Down

0 comments on commit b30725b

Please sign in to comment.