id,seq,job,repo,uses,name,with,run,env,if 136857,1,27465,303218369,actions/checkout@v2,,,,, 136858,2,27465,303218369,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136859,3,27465,303218369,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 136860,4,27465,303218369,,Install dependencies,,"pip install -e '.[test]' ",, 136861,5,27465,303218369,,Run tests,,"pytest ",,