Skip to content

chore(deps-dev): bump black from 24.4.1 to 24.4.2 #556

chore(deps-dev): bump black from 24.4.1 to 24.4.2

chore(deps-dev): bump black from 24.4.1 to 24.4.2 #556

Workflow file for this run

name: pytest
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: set up python
uses: ./.github/actions/python_setup
with:
python-version: ${{ matrix.python-version }}
- name: set up poetry
uses: ./.github/actions/poetry_setup
- name: Test with pytest
run: |
source .venv/bin/activate
pytest