#!/bin/bash

cd /src/suno_utils
pip install -e . 
cd suno_utils
py.test tests
