Skip to content

Commit fdc6d6e

Browse files
committed
Revert "Try env var"
This reverts commit e30f7fb.
1 parent e30f7fb commit fdc6d6e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,11 @@ jobs:
4646
python3-gst-1.0 \
4747
libcairo2-dev \
4848
libgirepository-2.0-dev \
49+
libopenblas-dev \
50+
llvm-20-dev \
4951
pandoc \
5052
imagemagick
5153
52-
if [[ "${{ matrix.python-version }}" == '3.14' ]]; then
53-
sudo apt install --yes --no-install-recommends libopenblas-dev llvm-20-dev clang-20
54-
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-20 200
55-
sudo update-alternatives --set llvm-config /usr/bin/llvm-config-20
56-
fi
57-
5854
- name: Get changed lyrics files
5955
id: lyrics-update
6056
uses: tj-actions/changed-files@v46
@@ -71,14 +67,7 @@ jobs:
7167

7268
- if: ${{ env.IS_MAIN_PYTHON != 'true' }}
7369
name: Test without coverage
74-
shell: bash
7570
run: |
76-
if [[ "${{ matrix.python-version }}" == '3.14' ]]; then
77-
export CC=gcc
78-
export CXX=g++
79-
export LLVM_DIR=/usr/lib/llvm-20/lib/cmake/llvm
80-
fi
81-
8271
poetry install --without=lint --extras=autobpm --extras=lyrics --extras=replaygain --extras=reflink --extras=fetchart --extras=chroma --extras=sonosupdate
8372
poe test
8473

0 commit comments

Comments
 (0)