- work around a bioformats issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user