Skip to content
Snippets Groups Projects
Commit d714ddd4 authored by Colm Talbot's avatar Colm Talbot
Browse files

ENV: fix conda-forge name for myst-parser

parent 6d833562
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ containers:
# Fail if differences exist. If this fails, you may need to run
# write_dockerfiles.py and commit the changes.
- git diff --exit-code
- cp env-template.yml env.yml
- echo " - python=3.10" >> env.yml
- mamba env create -f env.yml -n test --dry-run
.test-python: &test-python
stage: initial
......
......@@ -69,7 +69,7 @@ dependencies:
- nbconvert
- twine
- glasflow
- myst_parser
- myst-parser
- pip:
- autodoc
- ipykernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment