Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Moon committed Jun 18, 2024
1 parent 2f12223 commit 99eadb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/artkit-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ jobs:
run: |
set -eux
cd ${{ github.workspace }}/${{ env.project_name }}
INSTALL_PATH=$(python -c "import site; print(site.getsitepackages()[0])")/artkit
echo $INSTALL_PATH
pip install flit
flit install
flit publish
Expand Down

0 comments on commit 99eadb3

Please sign in to comment.