Skip to content

Commit

Permalink
Merge branch 'main' into lite-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Dec 12, 2024
2 parents b80f946 + f8bbc1f commit 8f9f203
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@v12
- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.8-0'
environment-file: environment.yml
cache-environment: true
- name: Build the JupyterLite site
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 8f9f203

Please sign in to comment.