Skip to content

Commit 3c99967

Browse files
CHORE: fix workflow
1 parent 4c8cccc commit 3c99967

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy_public.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install --upgrade pip
46-
python -m pip install build sphinx==5.3.0 pydata_sphinx_theme==0.11.0
47-
python -m pip install --upgrade myst_parser
46+
python -m pip install build sphinx==5.3.0 pydata_sphinx_theme==0.11.0 myst_parser==1.0.0
4847
4948
- name: Get new version number from input
5049
id: version_number

0 commit comments

Comments
 (0)