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