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