Skip to content

Commit

Permalink
Unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
gazwald committed Nov 1, 2023
1 parent 1ba9411 commit 8926855
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/include/env-app
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ set -euo pipefail

cd "$(git rev-parse --show-toplevel)" || exit

if ! test -f pyproject.toml; then
echo "Missing pyproject.toml"
exit 1;
fi
if ! which poetry >/dev/null; then
echo "Missing poetry"
exit 1;
fi

#
# General app variables
#
Expand Down

0 comments on commit 8926855

Please sign in to comment.