chore(tools): use /bin/bash as shell for the Makefile

- tested some commands with an environment which had /bin/sh as default
shell, some did not work, this fixes it
This commit is contained in:
Arthur Meyre
2021-08-11 09:42:31 +02:00
parent fe9ab2d21d
commit e296e9667e

View File

@@ -1,3 +1,5 @@
SHELL:=/bin/bash
setup_env:
poetry install
poetry run python -m pip install -U pip wheel setuptools