Skip to content

ci: add conda package build workflow#2

Merged
Luohaothu merged 1 commit intomasterfrom
feat-workflow
Feb 14, 2026
Merged

ci: add conda package build workflow#2
Luohaothu merged 1 commit intomasterfrom
feat-workflow

Conversation

@Luohaothu
Copy link

@Luohaothu Luohaothu commented Feb 14, 2026

Summary

  • add a dedicated GitHub Actions workflow at .github/workflows/conda-package.yml
  • build conda package variants for fixed matrix: linux/macos x mpi(nompi/openmpi/mpich) x openmp(on/off)
  • keep matrix fail-fast: false so all jobs run, while workflow still fails if any variant fails
  • remove Run CI label gating so this workflow always runs when triggered

Test Plan

  • verify workflow YAML parses successfully (ruby -e "require 'yaml'; YAML.load_file('.github/workflows/conda-package.yml')")
  • rely on GitHub Actions CI checks in this PR for end-to-end validation

@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

Warning

Rate limit exceeded

@Luohaothu has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 0 minutes and 37 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Luohaothu Luohaothu merged commit aeb872a into master Feb 14, 2026
18 of 19 checks passed
@Luohaothu Luohaothu deleted the feat-workflow branch February 14, 2026 18:31
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

Successfully merging this pull request may close these issues.

1 participant