id,seq,job,job_label,repo,repo_label,uses,name,with,run,env,if 136945,1,27483,test,206156866,twitter-to-sqlite,actions/checkout@v2,,,,, 136946,2,27483,test,206156866,twitter-to-sqlite,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136947,3,27483,test,206156866,twitter-to-sqlite,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 136948,4,27483,test,206156866,twitter-to-sqlite,,Install dependencies,,"pip install -e '.[test]' ",, 136949,5,27483,test,206156866,twitter-to-sqlite,,Run tests,,"pytest ",,