-
-
Notifications
You must be signed in to change notification settings - Fork 56
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: Run software tests on GHA/macOS/M1 #1191
Conversation
2383579
to
9591b1e
Compare
Problem
SolutionNeeds another patch to make it bootstrap. Thanks, @henryiii. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1191 +/- ##
==========================================
+ Coverage 90.85% 90.86% +0.01%
==========================================
Files 103 103
Lines 9856 9856
Branches 1133 1133
==========================================
+ Hits 8955 8956 +1
+ Misses 703 702 -1
Partials 198 198
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Couldn't we install pipx as a workaround? - name: Install pipx
if: ${{ matrix.os == 'macos-14' }}
run: |
brew install pipx
pipx ensurepath |
You can, not good for a general composite action (since it affects the environment), but fine for workflows. |
Yes exactly. That should be fine for this particular workflow but not great as a general approach. |
@neumann-nico please go ahead and push the suggested change! |
9591b1e
to
0501b56
Compare
c6e30f6
to
377b999
Compare
377b999
to
ddfed1c
Compare
be04dbe
to
b3d9f5f
Compare
About
References