Skip to content

Commit d83cf90

Browse files
committed
test: fix for reduce 4.15
1 parent 4a20cf8 commit d83cf90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uv tool install wheel
2525
- name: Build app
2626
run: |
27-
bash build_reduce_linux.sh v4.14
27+
bash build_reduce_linux.sh v4.15
2828
- name: Build python wheel
2929
run: |
30-
bash build_python.sh 4.14.0.2 ${{ matrix.platform.target }}
30+
bash build_python.sh 4.15.0 ${{ matrix.platform.target }}
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)