Skip to content

Bump zipp from 3.18.1 to 3.19.1 #240

Bump zipp from 3.18.1 to 3.19.1

Bump zipp from 3.18.1 to 3.19.1 #240

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 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install and cache ffmpeg (all OS)
uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
- name: Install system dependencies
run: |
sudo apt-get -y install libpango1.0-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m poetry install
- name: Run Tests
run: |
python -m poetry run pytest