Skip to content

Commit a20587f

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 f6b44d1 commit a20587f

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:
@@ -93,3 +95,9 @@ jobs:
9395
env:
9496
GH_TOKEN: ${{github.token}}
9597
if: steps.release.outputs.release_created
98+
99+
distcheck-macos:
100+
runs-on: macos-latest
101+
steps:
102+
- uses: actions/checkout@v4
103+
- run: env PYTESTFLAGS=--verbose test/macos-script.sh

0 commit comments

Comments
 (0)