Skip to content

Commit 428c300

Browse files
committed
WIP: Hack to debug CI failures.
1 parent 9b7f027 commit 428c300

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
strategy:
1212
max-parallel: 3
1313
matrix:
14-
os: [ubuntu-24.04, windows-2022, macos-13]
14+
# os: [ubuntu-24.04, windows-2022, macos-13]
15+
os: []
1516
include:
1617
- os: ubuntu-24.04
1718
c-compiler: "gcc"
@@ -135,7 +136,8 @@ jobs:
135136
strategy:
136137
max-parallel: 3
137138
matrix:
138-
os: [ubuntu-24.04, windows-2022, macos-15]
139+
#os: [ubuntu-24.04, windows-2022, macos-15]
140+
os: []
139141
include:
140142
- os: ubuntu-24.04
141143
c-compiler: "gcc"
@@ -234,7 +236,8 @@ jobs:
234236
strategy:
235237
max-parallel: 3
236238
matrix:
237-
os: [ubuntu-24.04, windows-2022, macos-13]
239+
#os: [ubuntu-24.04, windows-2022, macos-13]
240+
os: []
238241

239242
steps:
240243
- uses: actions/[email protected]
@@ -263,7 +266,8 @@ jobs:
263266
strategy:
264267
max-parallel: 3
265268
matrix:
266-
os: [ubuntu-24.04]
269+
#os: [ubuntu-24.04]
270+
os: []
267271
include:
268272
- os: ubuntu-24.04
269273
c-compiler: "gcc"

.github/workflows/lint.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
with:
2222
python-version: 3.11
2323

24-
- name: Lint Python
25-
uses: super-linter/[email protected]
26-
env:
27-
VALIDATE_ALL_CODEBASE: false
28-
VALIDATE_PYTHON_BLACK: true
29-
# VALIDATE_YAML: true .clang-format file does not pass validation
30-
FILTER_REGEX_EXCLUDE: (.github/labeler.yml|.*\.clang-format)
31-
DEFAULT_BRANCH: master
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
# - name: Lint Python
25+
# uses: super-linter/[email protected]
26+
# env:
27+
# VALIDATE_ALL_CODEBASE: false
28+
# VALIDATE_PYTHON_BLACK: true
29+
# # VALIDATE_YAML: true .clang-format file does not pass validation
30+
# FILTER_REGEX_EXCLUDE: (.github/labeler.yml|.*\.clang-format)
31+
# DEFAULT_BRANCH: master
32+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)