Skip to content

Commit

Permalink
editable mode (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani authored Jun 21, 2024
1 parent 3b91429 commit 2eafc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: '3.9'
- name: Install dependencies
run: python -m pip install .[dev]
run: python -m pip install -e .[dev]
- name: Build
run: make sphinx
shell: bash
Expand Down

0 comments on commit 2eafc25

Please sign in to comment.