id,seq,job,repo,uses,name,with,run,env,if 136842,1,27462,256834907,actions/checkout@v2,,,,, 136843,2,27462,256834907,actions/setup-python@v1,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136844,3,27462,256834907,actions/cache@v1,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 136846,5,27462,256834907,,Test with pytest,,"pytest ",, 136845,4,27462,256834907,,Install dependencies,,"python -m pip install --upgrade pip pip install -e .[test] ",,