Skip to content

Update kombu to 5.4.2 #195

Update kombu to 5.4.2

Update kombu to 5.4.2 #195

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.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy django-stubs
pip install -r requirements.txt
- name: Run Mypy tests
run: |
mypy --config-file=mypy.ini amqp_events