Skip to content

Commit

Permalink
update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 9, 2023
1 parent 9f65d1c commit 958fdad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1,364 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@ jobs:
- name: Install extra Python dependencies
run: |
poetry install --with docs --with compat
poetry run pip install rich
poetry run python -m spacy download en_core_web_sm
- name: Use Rich in notebooks
run: |
ipython profile create
poetry run ipython profile create
echo "%load_ext rich" > ~/.ipython/profile_default/startup/00_rich.ipy
- name: Execute notebooks
run: |
pip install numpy --upgrade
make execute-notebooks
- name: Build docs
Expand Down
Loading

0 comments on commit 958fdad

Please sign in to comment.