diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1fe0777c..1f89cb78 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -49,6 +49,7 @@ jobs: with: python-version: ${{ env.MAIN_PYTHON_VERSION }} target: "all" + whitelist-license-check: "attrs" # This has MIT license but fails the check docs-style: name: Documentation Style Check @@ -131,6 +132,7 @@ jobs: operating-system: ${{ runner.os }} python-version: ${{ matrix.python-version }} target: "all" + whitelist-license-check: "attrs" # This has MIT license but fails the check - name: List dependencies (pip freeze) run: | diff --git a/pyproject.toml b/pyproject.toml index ccaeadee..eba8e7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "ansys-meshing-prime==0.6.2", "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.7.0", - "ansys-optislang-core==0.9.1", + "ansys-optislang-core==0.9.2", "ansys-platform-instancemanagement==1.1.2", "ansys-pyensight-core==0.9.2", "ansys-rocky-core==0.3.1",