Mobilizon-Reshare-condividi.../scripts/install_github_actions_dev_dependencies.sh

8 lines
91 B
Bash
Raw Normal View History

#!/bin/sh
set -eux
python -m pip install --upgrade pip
pip install poetry
poetry install