Skip to content

quick fixes

quick fixes #340

Workflow file for this run

# Runs all tests
name: All Tests
defaults:
run:
shell: bash
on: # Runs on any push event to any branch except master (the coverage workflow takes care of that)
push:
branches-ignore:
- 'master'
jobs:
tests:
uses: pylhc/.github/.github/workflows/tests.yml@master
with:
extra-dependencies: test # test includes hdf5 dependency specifier
pytest-options: --ignore=tests/test_hdf.py # skip HDF tests for now as pytables is not ok with numpy 2.0