File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4949 with :
5050 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5151 target : " all"
52+ whitelist-license-check : " attrs" # This has MIT license but fails the check
5253
5354 docs-style :
5455 name : Documentation Style Check
@@ -131,6 +132,7 @@ jobs:
131132 operating-system : ${{ runner.os }}
132133 python-version : ${{ matrix.python-version }}
133134 target : " all"
135+ whitelist-license-check : " attrs" # This has MIT license but fails the check
134136
135137 - name : List dependencies (pip freeze)
136138 run : |
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies = [
4343 " ansys-meshing-prime==0.6.2" ,
4444 " ansys-modelcenter-workflow==0.1.1" ,
4545 " ansys-motorcad-core==0.7.0" ,
46- " ansys-optislang-core==0.9.1 " ,
46+ " ansys-optislang-core==0.9.2 " ,
4747 " ansys-platform-instancemanagement==1.1.2" ,
4848 " ansys-pyensight-core==0.9.2" ,
4949 " ansys-rocky-core==0.3.1" ,
You can’t perform that action at this time.
0 commit comments