DLR-SC / tigl

The TiGL Geometry Library to process aircraft geometries in pre-design.
https://dlr-sc.github.io/tigl/
Apache License 2.0
231 stars 60 forks source link

CI is failing #972

Closed joergbrech closed 8 months ago

joergbrech commented 9 months ago

The CI runs into two issues:

Pull Request workflow

Invalid workflow file: .github/workflows/pull_request.yml#L11
The workflow is not valid. .github/workflows/pull_request.yml (Line: 11, Col: 11): Secret GH_TOKEN is required, but not provided while calling.

MacOS Tests

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  - pythonocc-core=7.4.1 -> python[version='>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0']
  - tixi3=3.3.0 -> python[version='>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0']

Your python: python=3.11
rainman110 commented 9 months ago

On macos, it seems to be simply the wrong python version installed (3.11).

joergbrech commented 8 months ago

Fixed with pushes on master ( 😱 ):