Skip to content

Commit aa8e622

Browse files
chore: clean up debug
1 parent c1fbc94 commit aa8e622

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,6 @@ jobs:
460460
python${{ matrix.python-version }} -m pip install poetry==1.5.1 poetry-plugin-export==1.4.0
461461
poetry lock --check
462462
poetry export --without-hashes -o package/lib/requirements.txt
463-
echo $?
464-
echo "debug poetry export"
465463
fi
466464
if [ ! -f dev_deps/requirements_dev.txt ]; then echo no dev_deps/requirements;exit 1 ;fi
467465
git config --global --add url."https://${{ secrets.GH_TOKEN_ADMIN }}@github.com".insteadOf https://github.com

0 commit comments

Comments
 (0)