Mobilizon-Reshare-condividi.../scripts/install_github_actions_dev_dependencies.sh
Giacomo Leidi 8569a903f1
Run CI tests for every push to master (#123)
* workflows: Separate release workflow from main.
2022-01-05 23:52:25 +01:00

8 lines
91 B
Bash
Executable File

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