Skip to content

Commit

Permalink
fix edgetest extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Sep 18, 2023
1 parent 4fbe72d commit 27d77a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
channel-priority: true
activate-environment: rubicon-ml-docs
- name: Install rubicon-ml
# `pandoc` executable is not properly installed via `pip`, requires `conda`
run: |
conda install 'pandoc<3.0.0'
pip install -e '.[docs]'
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extras = ["tests"]

[edgetest.envs.core]
python_version = "3.9"
extras = ["all"]
extras = ["tests"]
upgrade = [
"click",
"dash",
Expand Down

0 comments on commit 27d77a3

Please sign in to comment.