Skip to content

BLD: Fix regex in arm64 wheel builders #51326

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

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

lithomas1
Copy link
Member

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@phofl
Copy link
Member

phofl commented Feb 11, 2023

They are still building here, probably still buggy?

@lithomas1
Copy link
Member Author

They are still building here, probably still buggy?

They still go, but exit early. There's no way to skip them conditionally once the job has started.

@phofl
Copy link
Member

phofl commented Feb 11, 2023

Ah so there is no way to skip them completely like gha?

@lithomas1
Copy link
Member Author

Ah so there is no way to skip them completely like gha?

Unfortunately not. The only thing that I can skip on (before the job starts) is branches.

@lithomas1 lithomas1 added the Build Library building on various platforms label Feb 11, 2023
@lithomas1 lithomas1 merged commit 031e9bb into pandas-dev:main Feb 11, 2023
@lithomas1 lithomas1 deleted the fix-circleci branch February 11, 2023 20:48
@lithomas1
Copy link
Member Author

Looks like this works so I'm just going to put it in.

@phofl
Copy link
Member

phofl commented Feb 11, 2023

Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants