Skip to content

Commit 0e006b0

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 8a15b7d commit 0e006b0

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
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
pre-commit:
11+
if: false
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -38,6 +39,7 @@ jobs:
3839
pre-commit run --color=always --all-files --show-diff-on-failure
3940
4041
distcheck:
42+
if: false
4143
runs-on: ubuntu-latest
4244
strategy:
4345
matrix:
@@ -94,3 +96,9 @@ jobs:
9496
env:
9597
GH_TOKEN: ${{github.token}}
9698
if: steps.release.outputs.release_created
99+
100+
distcheck-macos:
101+
runs-on: macos-latest
102+
steps:
103+
- uses: actions/checkout@v4
104+
- run: env PYTESTFLAGS=--verbose test/macos-script.sh

0 commit comments

Comments
 (0)