Skip to content

Commit 4799a12

Browse files
scopyedayak
authored andcommitted
TO BE REWORKED BEFORE MERGE: temporary macOS CI test config
This is an interim hack to remove things from CI config unrelated to beating the test suite into shape on macOS, for a bit faster turnaround. To be cleaned up and properly integrated to check.yaml before merge.
1 parent f8d3b8e commit 4799a12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions: {}
1010

1111
jobs:
1212
pre-commit:
13+
if: false
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -41,6 +42,7 @@ jobs:
4142
pre-commit run --color=always --all-files --show-diff-on-failure
4243
4344
distcheck:
45+
if: false
4446
runs-on: ubuntu-latest
4547
permissions:
4648
contents: write # TODO: This is needed for release, maybe split the release steps to a different job?
@@ -102,3 +104,9 @@ jobs:
102104
GH_TOKEN: ${{github.token}}
103105
RELEASE_PLEASE_TAG_NAME: ${{steps.release.outputs.tag_name}}
104106
if: steps.release.outputs.release_created
107+
108+
distcheck-macos:
109+
runs-on: macos-latest
110+
steps:
111+
- uses: actions/checkout@v4
112+
- run: env PYTESTFLAGS=--verbose test/macos-script.sh

0 commit comments

Comments
 (0)