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