Skip to content

Commit

Permalink
switch to miniforge in build-and-deploy job (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 3, 2024
1 parent fb797cf commit de24cba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
- name: Set up Python
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
use-mamba: true
activate-environment: deployment-docs-dev
environment-file: conda/environments/deployment_docs.yml
miniforge-version: latest

- name: Build
env:
Expand Down

0 comments on commit de24cba

Please sign in to comment.