- work around a bioformats issue
Cargo Test / Cargo Test (push) Successful in 2m25s
PyTest / pytest (3.10) (push) Successful in 1m18s
PyTest / pytest (3.12) (push) Successful in 56s
PyTest / pytest (3.14) (push) Successful in 57s

This commit is contained in:
w.pomp
2026-06-16 14:25:26 +02:00
parent 998b24e7af
commit b3078dd915
9 changed files with 56 additions and 50 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
name: PyTest
name: Cargo Test
on: [push, pull_request, workflow_call]
jobs:
pytest:
cargo_test:
name: Cargo Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6