Skip to content

Commit

Permalink
Register environments with pip install -e .
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed May 25, 2024
1 parent d1a77f5 commit 13e27aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Install dependencies
run: pip install -r docs/requirements.txt

# - name: Register Envs
# run: pip install -e .
- name: Register Envs
run: pip install -e .

- name: Build
run: sphinx-build -b dirhtml -v docs _build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install dependencies
run: pip install -r docs/requirements.txt

# - name: Register Envs
# run: pip install -e .
- name: Register Envs
run: pip install -e .

- name: Build
run: sphinx-build -b dirhtml -v docs _build
Expand Down

0 comments on commit 13e27aa

Please sign in to comment.