pyjnius/.github/actions/scripts/setup.sh

5 lines
45 B
Bash

#!/usr/bin/env sh
pip install .[dev]
pytest