Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI is failing #972

Closed
joergbrech opened this issue Oct 18, 2023 · 2 comments
Closed

CI is failing #972

joergbrech opened this issue Oct 18, 2023 · 2 comments
Assignees

Comments

@joergbrech
Copy link
Contributor

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
Copy link
Collaborator

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

@joergbrech
Copy link
Contributor Author

joergbrech commented Nov 21, 2023

Fixed with pushes on master ( 😱 ):

This gives us back the status quo where the unit tests on macos were already flakey and failed from time to time with the error

Artifact build-macos-latest-Release-nightly-ON-concat-ON-cov-OFF-static-ON-python-OFF was downloaded to /Users/runner/work/tigl/tigl
Artifact download has finished successfully
Run tar -xzf build.tar.gz
Run cd build/tests/unittests/
/Users/runner/work/_temp/486ddd46-7b86-41c0-9425-dcac45f5305d.sh: line 3: ./TiGL-unittests: cannot execute binary file
Error: Process completed with exit code 126.

@joergbrech joergbrech self-assigned this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants