Skip to content

Bump boto3-stubs from 1.34.69 to 1.34.72 #618

Bump boto3-stubs from 1.34.69 to 1.34.72

Bump boto3-stubs from 1.34.69 to 1.34.72 #618

Workflow file for this run

name: Mypy (Type check)
on: [push, pull_request]
env:
PYTHON_VERSION: 3.11
jobs:
mypy:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Python 🐍
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry 🎸
uses: ./.github/actions/poetry
- name: Install OS Packages 🧰
run: |
sudo apt-get update
sudo apt-get install --yes libxmlsec1-dev libxml2-dev
- name: Install Python Packages 📦
run: poetry install --without ci
- name: Run MyPy 🪄
run: poetry run mypy