id,seq,job,repo,uses,name,with,run,env,if 137039,1,27504,140912432,actions/checkout@v3,,,,, 137040,2,27504,140912432,actions/setup-python@v4,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 137041,3,27504,140912432,actions/cache@v3,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 137042,4,27504,140912432,,Install dependencies,,"pip install -e '.[test,tui]' ",, 137043,5,27504,140912432,,Run tests,,"pytest ",,