Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 9, 2023
1 parent 17c0762 commit 9cadfb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ jobs:
- name: Build River
uses: ./.github/actions/install-env
with:
python-version: "3.10"
python-version: "3.12"

- name: Install extra Ubuntu dependencies
run: sudo apt-get install graphviz pandoc

- name: Install extra Python dependencies
run: |
python -m pip install --upgrade pip
poetry install --with compat --with docs
pip install rich
python -m spacy download en_core_web_sm
poetry install --with docs --with compat
poetry install rich
poetry run python -m spacy download en_core_web_sm
- name: Use Rich in notebooks
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ optional = true
[tool.poetry.group.compat.dependencies]
scikit-learn = "^1.0.1"
sqlalchemy = "^2.0.0"
vaex = "^4.0.0"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 9cadfb6

Please sign in to comment.