Skip to content

Commit 799a7f3

Browse files
committed
Test micromamba in deploy.yml
1 parent 32fa011 commit 799a7f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: 18.x
36-
- name: Install MyST Markdown
37-
run: npm install -g mystmd
36+
- uses: mamba-org/setup-micromamba@v2
37+
with:
38+
environment-file: environment.yml
3839
- name: Build HTML Assets
3940
run: myst build --execute --html
4041
- name: Upload artifact

0 commit comments

Comments
 (0)