Skip to content

Update kombu from 5.4.2 to 5.5.0 #1589

Update kombu from 5.4.2 to 5.5.0

Update kombu from 5.4.2 to 5.5.0 #1589

Workflow file for this run

# This workflow will run MyPy static typing analysis.
name: mypy testing
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Mypy tests
run: |
cd src && mypy --config-file=../mypy.ini -p video_transcoding -p django_stubs_ext