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