build(deps): bump h5py from 3.10.0 to 3.15.0 #130
Workflow file for this run
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Container Build | |
| on: | |
| - pull_request | |
| - push | |
| jobs: | |
| docker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Builds Docker Image | |
| run: docker compose build notebook | |
| - name: Stops Containers | |
| run: docker compose down |