Skip to content

Commit

Permalink
Fix nightly doc build (#948)
Browse files Browse the repository at this point in the history
* Fixing requirements installations

* Fixing requirements installations
  • Loading branch information
germa89 authored Mar 7, 2022
1 parent 2c32e6b commit 1f74f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Install ansys-mapdl-core
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements_build.txt
python setup.py bdist_wheel
pip install dist/ansys*.whl
pip install .
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
- name: Pull, launch, and validate MAPDL service
Expand Down

0 comments on commit 1f74f61

Please sign in to comment.