idea177-fedcatopt-federated.../test.sh

8 lines
157 B
Bash

#!/usr/bin/env bash
set -euo pipefail
python3 -m pip install --quiet --upgrade pip
python3 -m pip install --quiet -e . pytest build
pytest
python3 -m build