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