Skip to content

Commit

Permalink
fix: modified docs.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Dec 14, 2024
1 parent c8765df commit 7d80e67
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,11 @@ jobs:
- name: "Update pip to the latest version"
shell: pwsh
run: |
# .venv\Scripts\Activate.ps1
python -m pip install -U pip
- name: "Install requirements"
shell: pwsh
run: |
# .venv\Scripts\Activate.ps1
python -m pip install -r requirements/requirements_build.txt
- name: "Build the wheel"
Expand All @@ -102,7 +100,6 @@ jobs:
} else {
$platform = "win"
}
# .venv\Scripts\Activate.ps1
python .ci/build_wheel.py -p $platform -w
- name: "Expose the wheel"
Expand All @@ -117,7 +114,6 @@ jobs:
- name: "Install package wheel"
shell: pwsh
run: |
# .venv\Scripts\Activate.ps1
python -m pip install dist/${{ steps.wheel.outputs.wheel_name }}[plotting]
- name: "Install DPF"
Expand All @@ -135,7 +131,6 @@ jobs:
shell: pwsh
working-directory: tests
run: |
# ..\.venv\Scripts\Activate.ps1
python -c "from ansys.dpf import core"
- name: "Setup headless display"
Expand All @@ -151,7 +146,6 @@ jobs:
- name: "Install documentation packages for Python"
shell: pwsh
run: |
# .venv\Scripts\Activate.ps1
python -m pip install -r requirements/requirements_docs.txt
- name: "Kill all servers"
Expand All @@ -160,21 +154,18 @@ jobs:
- name: "Ensure VTK compatibility"
shell: pwsh
run: |
# .venv\Scripts\Activate.ps1
python -m pip uninstall --yes vtk
python -m pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==${{ env.VTK_OSMESA_VERSION }}
- name: "List installed packages"
shell: pwsh
run: |
# .venv\Scripts\Activate.ps1
python -m pip list
- name: "Build HTML Documentation"
shell: cmd /D /E:ON /V:OFF /C "CALL "{0}""
working-directory: .ci
run: |
# ..\.venv\Scripts\activate.bat
build_doc.bat > ..\doc\log.txt && type ..\doc\log.txt 2>&1
timeout-minutes: 60
env:
Expand Down

0 comments on commit 7d80e67

Please sign in to comment.