Skip to content

Improve the README #508

Improve the README

Improve the README #508

name: functional test no coverage
permissions:
contents: read
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
functional_test_no-coverage:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Get the source code
uses: actions/checkout@v4
- name: Run the functional tests
run: |
python3 -m pip install --upgrade pip
python3 -m pip install coverage
sh .github/workflows/functional_test.sh