Skip to content

change docs to 3.9<=python<3.13 #3

change docs to 3.9<=python<3.13

change docs to 3.9<=python<3.13 #3

Workflow file for this run

name: test
on: [push]
env:
HDF5_USE_FILE_LOCKING: 'FALSE'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.9'
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@master
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Test and generate coverage report
run: |
pip install pytest
pip install pytest-cov
pytest --cov=./