Skip to content

Commit 613b394

Browse files
committed
Try to install myst with pip
1 parent cb04ce9 commit 613b394

2 files changed

Lines changed: 402 additions & 3 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-node@v4
26+
27+
- name: Setup Python
28+
uses: actions/setup-python@v5
2729
with:
28-
node-version: 18.x
30+
python-version: '3.11'
31+
2932
- name: Install MyST
30-
run: npm install -g mystmd
33+
run: python3 -m pip install mystmd
34+
3135
- name: Build HTML Assets
3236
run: myst build --strict --ci --html
3337

0 commit comments

Comments
 (0)