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