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