Skip to content

Commit

Permalink
use correct dir for micromamba & mm env to run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aeturrell committed Jan 1, 2025
1 parent 6683678 commit d32c36d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ jobs:
- name: install text models
run: |
python3 -m spacy download en_core_web_sm &&
python3 -m nltk.downloader all
micromamba run -n codeforecon python3 -m spacy download en_core_web_sm &&
micromamba run -n codeforecon python3 -m nltk.downloader all
- name: special fix for todoify
run: |
sed -i '90 s/^/#/' /opt/conda/envs/codeforecon/lib/python3.10/site-packages/mdit_py_plugins/tasklists/__init__.py
sed -i '90 s/^/#/' /home/runner/micromamba/envs/codeforecon/lib/python3.10/site-packages/mdit_py_plugins/tasklists/__init__.py
- name: build the book
run: |
jupyter-book build . --verbose
micromamba run -n codeforecon jupyter-book build . --verbose
- name: success
run: |
Expand Down

0 comments on commit d32c36d

Please sign in to comment.