Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commit_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# and changing the output here based on the combination of tags (if desired).
run: |
set -xe
RUN="1"
RUN="0"
# For running a job locally with Act (https://github.com/nektos/act),
# always run the job rather than skip based on commit message
if [[ $ACT != true ]]; then
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,10 +682,10 @@ jobs:
# Purpose is to check for warnings in builds with latest clang.
# We do not run the test suite here.
name: Clang-23 aarch build-only (-Werror)
needs: get_commit_message
if: >
needs.get_commit_message.outputs.message == 1
&& (github.repository == 'scipy/scipy' || github.repository == '')
# needs: get_commit_message
# if: >
# needs.get_commit_message.outputs.message == 1
# && (github.repository == 'scipy/scipy' || github.repository == '')
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand All @@ -695,8 +695,9 @@ jobs:

- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
pixi-version: v0.71.0
pixi-version: v0.78.0
cache: false
environments: build-clang-23

- name: Build wheel, check for compiler warnings
run: pixi run build-clang-23
Expand Down
Loading
Loading