Update h5netcdf requirement from ~=0.15.0 to ~=1.4.0 #390
Workflow file for this run
This file contains 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: Lint with Darker | |
on: [push, pull_request] | |
jobs: | |
lint-with-darker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- uses: akaihola/[email protected] | |
with: | |
options: "--check --diff" | |
src: "./qcodes" | |
revision: "origin/master..." |