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