Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunDai0216 committed Jan 15, 2024
1 parent 8d1fa12 commit d3232c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pip install -r docs/requirements.txt

- name: Register Envs
run: pip install -e .
run: pip install -e .[wfc]

- name: Build Envs Docs
run: python docs/_scripts/gen_env_docs.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install -r docs/requirements.txt

- name: Register Envs
run: pip install -e .
run: pip install -e .[wfc]

- name: Build Envs Docs
run: python docs/_scripts/gen_env_docs.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-build-docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pip install -r docs/requirements.txt

- name: Register Envs
run: pip install -e .
run: pip install -e .[wfc]

- name: Build Envs Docs
run: python docs/_scripts/gen_env_docs.py
Expand Down

0 comments on commit d3232c4

Please sign in to comment.