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

👷 Fix Windows CI #294

Merged
merged 3 commits into from
Sep 22, 2023
Merged

👷 Fix Windows CI #294

merged 3 commits into from
Sep 22, 2023

Conversation

marcelwa
Copy link
Collaborator

@marcelwa marcelwa commented Sep 22, 2023

Description

Recently, the Windows CI broke. This PR fixes it by updating the alice library to a fork of our own. Its pybind11 version was way too old and broke on modern CMake versions. Therefore, we're including our own pybind11 now.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@marcelwa marcelwa added bug Something isn't working submodules Pull requests that update Submodules code github_actions Pull requests that update GitHub Actions code labels Sep 22, 2023
@marcelwa marcelwa self-assigned this Sep 22, 2023
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1a55cd3) 95.84% compared to head (13c10ce) 95.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #294   +/-   ##
=======================================
  Coverage   95.84%   95.84%           
=======================================
  Files          98       98           
  Lines        9544     9544           
=======================================
  Hits         9147     9147           
  Misses        397      397           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@marcelwa marcelwa merged commit 22a6c96 into main Sep 22, 2023
@marcelwa marcelwa deleted the windows-ci-fix branch September 22, 2023 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github_actions Pull requests that update GitHub Actions code submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant