Skip to content

Commit 20078d4

Browse files
Add cat for test
1 parent 5fda5f5 commit 20078d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_sub_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
for file in llama-index-integrations/embeddings/llama-index-embeddings-ipex-llm/pyproject.toml; do
4242
cd `echo $file | sed 's/\/pyproject.toml//g'`
4343
poetry lock -v
44+
cat pyproject.toml
4445
pip install -e .
4546
# poetry config pypi-token.pypi $PYPI_TOKEN
4647
poetry publish --build --dry-run

0 commit comments

Comments
 (0)