Skip to content

build(deps): update ruff requirement from >=0.9.1 to >=0.15.11 #22

build(deps): update ruff requirement from >=0.9.1 to >=0.15.11

build(deps): update ruff requirement from >=0.9.1 to >=0.15.11 #22

Workflow file for this run

name: Pytest
on: [push]
jobs:
Testing:
runs-on: ubuntu-latest
steps:
- name: Copiando os Arquivos do Repositório
uses: actions/checkout@v3
- name: Instalando o Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Instalando o UV
run: pip install uv
- name: Instalando Dependências
run: uv add pytest pytest-cov pytest-randomly
- name: Executando os Testes
run: uv run pytest -vv --cov --randomly-seed=last