id,seq,job,job_label,repo,repo_label,uses,name,with,run,env,if 138681,1,27833,build,256834907,dogsheep-photos,actions/checkout@v2,,,,, 138682,2,27833,build,256834907,dogsheep-photos,actions/setup-python@v1,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 138683,3,27833,build,256834907,dogsheep-photos,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,build,256834907,dogsheep-photos,,Install dependencies,,"python -m pip install --upgrade pip pip install -e .[test] ",, 138685,5,27833,build,256834907,dogsheep-photos,,Test with pytest,,"pytest ",,