File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9090 - name : Install ansys-dpf-core
9191 shell : cmd
9292 run : |
93- pip install -r requirements_build.txt
93+ pip install -r requirements/ requirements_build.txt
9494 python setup.py bdist_wheel
9595 FOR /F %%a in ('dir /s/b dist\*.whl') do SET WHEELPATH=%%a
9696 ECHO %WHEELPATH%
@@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Install documentation packages for Python
116116 run : |
117- pip install -r requirements_docs.txt
117+ pip install -r requirements/ requirements_docs.txt
118118
119119 - name : Build Documentation
120120 shell : cmd
Original file line number Diff line number Diff line change 3333
3434 - name : Install style requirements
3535 run : |
36- pip install -r requirements_style.txt --disable-pip-version-check
36+ pip install -r requirements/ requirements_style.txt --disable-pip-version-check
3737
3838 - name : Codespell
3939 run : |
You can’t perform that action at this time.
0 commit comments