Skip to content

fix styles

fix styles #1

Workflow file for this run

name: Run pytest
on: [push]
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8.18", "3.9.19", "3.10.14"]
steps:
- uses: szenius/[email protected]
with:
timezoneLinux: "Europe/Berlin"
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r tests/requirements-tests.txt
- uses: pavelzw/pytest-action@v2
with:
emoji: true
verbose: false
job-summary: true