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