Skip to content

Commit ba6dfd5

Browse files
committed
fix
1 parent d229545 commit ba6dfd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-python-release.reusable.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
:
148148
fi
149149
150-
- name: Test wheels
150+
- name: Test LICENSE packaging
151151
run: |
152152
set -euo pipefail
153153
@@ -158,6 +158,7 @@ jobs:
158158
uv pip install ../engine/language_client_python/dist/*.whl
159159
uv pip-licenses | tee license-audit.log
160160
161+
# Due to `set -e`, this will fail if no matches are found
161162
grep 'baml.*Apache-2.0' license-audit.log
162163
163164
- name: Upload wheels

0 commit comments

Comments
 (0)