Skip to content

Commit e93efcd

Browse files
committed
so stupid
1 parent 8f8f412 commit e93efcd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ jobs:
158158
cd ../python-license-test
159159
uv init --bare --python 3.10
160160
uv add pip-licenses-cli
161-
uv pip install ../engine/language_client_python/dist/*.whl
162-
uv pip-licenses | tee license-audit.log
161+
ls ../engine/language_client_python/dist/
162+
uv pip install $(ls ../engine/language_client_python/dist/*.whl)
163+
uv run pip-licenses | tee license-audit.log
163164
164165
# Due to `set -e`, this will fail if no matches are found
165166
grep 'baml.*Apache-2.0' license-audit.log

0 commit comments

Comments
 (0)