Skip to content

- Add modern Google Images parsing (udm=2) and use view_image to rend… #1154

- Add modern Google Images parsing (udm=2) and use view_image to rend…

- Add modern Google Images parsing (udm=2) and use view_image to rend… #1154

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: pip install --upgrade pip && pip install -r requirements.txt
- name: Run tests
run: ./run test