id,seq,job,job_label,repo,repo_label,uses,name,with,run,env,if 136958,1,27486,test,206156866,twitter-to-sqlite,actions/checkout@v2,,,,, 136959,2,27486,test,206156866,twitter-to-sqlite,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136960,3,27486,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""}",,, 136961,4,27486,test,206156866,twitter-to-sqlite,,Install dependencies,,"pip install -e '.[test]' ",, 136962,5,27486,test,206156866,twitter-to-sqlite,,Run tests,,"pytest ",,