id,seq,job,repo,uses,name,with,run,env,if 136966,4,27487,107914493,,Deploy the preview,,"export BRANCH=""${{ github.event.inputs.branch }}"" wget https://latest.datasette.io/fixtures.db datasette publish vercel fixtures.db \ --branch $BRANCH \ --project ""datasette-preview-$BRANCH"" \ --token $VERCEL_TOKEN \ --scope datasette \ --about ""Preview of $BRANCH"" \ --about_url ""https://github.com/simonw/datasette/tree/$BRANCH"" ","{""VERCEL_TOKEN"": ""${{ secrets.BRANCH_PREVIEW_VERCEL_TOKEN }}""}", 136970,4,27488,107914493,,Install Python dependencies,,"python -m pip install --upgrade pip python -m pip install -e .[test] python -m pip install -e .[docs] python -m pip install sphinx-to-sqlite==0.1a1 ",, 136983,4,27490,107914493,,Run prettier,,npm run prettier -- --check,, 136987,4,27491,107914493,,Install dependencies,,"pip install -e '.[test]' ",, 136992,4,27492,107914493,,Install dependencies,,"pip install setuptools wheel twine ",, 136997,4,27493,107914493,,Install dependencies,,"python -m pip install -e .[docs] python -m pip install sphinx-to-sqlite==0.1a1 ",, 137008,4,27496,107914493,,Install dependencies,,"pip install -e '.[docs]' ",, 137013,4,27497,107914493,,Install Python dependencies,,"python -m pip install --upgrade pip python -m pip install -e .[test] python -m pip install pytest-cov ",, 137019,4,27498,107914493,,Install Playwright dependencies,,"pip install shot-scraper build shot-scraper install ",, 137024,4,27499,107914493,,Build extension for --load-extension test,,(cd tests && gcc ext.c -fPIC -shared -o ext.so),,