Skip to content

DAS-2333 Change was fixed in 1.0.7, Increment version number and CHANGELOG.md to 1.0.8. Add support of to save .h5 output file with superblock version 2 to maintains backward compatibility for Panoply to open #111

DAS-2333 Change was fixed in 1.0.7, Increment version number and CHANGELOG.md to 1.0.8. Add support of to save .h5 output file with superblock version 2 to maintains backward compatibility for Panoply to open

DAS-2333 Change was fixed in 1.0.7, Increment version number and CHANGELOG.md to 1.0.8. Add support of to save .h5 output file with superblock version 2 to maintains backward compatibility for Panoply to open #111

# This workflow will run when a PR is opened against the `main` branch. It will
# trigger the reusable workflow in `.github/workflows/run_tests.yml`, which
# builds the service and test Docker images, and runs the unit test suite in a
# Docker container built from the test image.
name: Run Python unit tests for pull requests against main
on:
pull_request:
branches: [ main, '*feature*' ]
jobs:
build_and_test:
uses: ./.github/workflows/run_tests.yml