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