Skip to content

Commit

Permalink
fix: remove pycache to aviod further permission error (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisensiy committed Jul 17, 2020
1 parent d88c1c7 commit 61bcf45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Expand Up @@ -15,5 +15,8 @@ pyenv latest local "$INPUT_PYTHON_VERSION"

sh -c "poetry $*"

# Clean up __pycache__
find . -type d -name "__pycache__" -exec rm -r {} +

# Step back to starting directory.
popd > /dev/null 2>&1 || return

0 comments on commit 61bcf45

Please sign in to comment.