File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments