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