Skip to content

chore(Dependabot-pip): bump mypy from 1.11.2 to 1.12.0 #506

chore(Dependabot-pip): bump mypy from 1.11.2 to 1.12.0

chore(Dependabot-pip): bump mypy from 1.11.2 to 1.12.0 #506

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [main]
jobs:
test:
permissions:
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install pipenv
run: pip install pipenv==2023.7.23
- name: install packages
run: sudo apt-get install -y libkrb5-dev
- name: Create virtualenv
run: pipenv sync
- name: Run tests
run: |
pipenv run pytest tests