Skip to content

Fiboa Cli Converter for Brazil #300

Fiboa Cli Converter for Brazil

Fiboa Cli Converter for Brazil #300

Workflow file for this run

name: pytest
on:
push:
branches:
- main
pull_request: {}
jobs:
python-matrix:
name: python-matrix
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.9"
- "3.x"
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e .[nl,fr]
pip install -r requirements-dev.txt
- name: Execute test suites
run: pytest