Skip to content

fix: remove useless config and change target #27

fix: remove useless config and change target

fix: remove useless config and change target #27

Workflow file for this run

name: "[TEST] simple"
on:
workflow_dispatch:
push:
branches:
- develop
jobs:
simple:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@main
with:
python-version: "3.12"
- name: Run tests
uses: dariocurr/pytest-summary@main
with:
extensions: pytest-asyncio