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