We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765fc2a commit 9a1130bCopy full SHA for 9a1130b
1 file changed
.github/workflows/jit.yml
@@ -134,16 +134,17 @@ jobs:
134
- false
135
is-fork: # only used for the exclusion trick
136
- ${{ github.repository_owner != 'python' }}
137
- exclude:
138
- - os: ubuntu-24.04-aarch64
139
- is-fork: true
+ #exclude:
+ # - os: ubuntu-24.04-aarch64
+ #is-fork: true
140
steps:
141
- uses: actions/checkout@v4
142
- uses: actions/setup-python@v5
143
with:
144
python-version: '3.11'
145
146
- name: ${{ runner.os }} (${{ runner.arch }})
147
+ if: matrix.is-fork != 'false'
148
run: |
149
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ env.llvm }}
150
export PATH="$(llvm-config-${{ env.llvm }} --bindir):$PATH"
0 commit comments