File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
- name : Install ansys-dpf-core
91
91
shell : cmd
92
92
run : |
93
- pip install -r requirements_build.txt
93
+ pip install -r requirements/ requirements_build.txt
94
94
python setup.py bdist_wheel
95
95
FOR /F %%a in ('dir /s/b dist\*.whl') do SET WHEELPATH=%%a
96
96
ECHO %WHEELPATH%
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- name : Install documentation packages for Python
116
116
run : |
117
- pip install -r requirements_docs.txt
117
+ pip install -r requirements/ requirements_docs.txt
118
118
119
119
- name : Build Documentation
120
120
shell : cmd
Original file line number Diff line number Diff line change 33
33
34
34
- name : Install style requirements
35
35
run : |
36
- pip install -r requirements_style.txt --disable-pip-version-check
36
+ pip install -r requirements/ requirements_style.txt --disable-pip-version-check
37
37
38
38
- name : Codespell
39
39
run : |
You can’t perform that action at this time.
0 commit comments