Skip to content

Commit

Permalink
Fix dependency installation in workflow and in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzdosilovic committed Jan 5, 2025
1 parent 57050fa commit a06164c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e [docs]
pip install -e .[docs]
- name: Build documentation
run: sphinx-multiversion docs/source docs/build/html --keep-going --no-color
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributors_guide/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Preparing the development setup

.. code-block:: console
$ pip install -e [dev]
$ pip install -e .[dev]
$ pre-commit install
Building documentation
Expand Down

0 comments on commit a06164c

Please sign in to comment.