Skip to content

Commit

Permalink
set HDF5_USE_FILE_LOCKING to false in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
karink520 committed Jul 8, 2024
1 parent 1916ce8 commit bf6eaea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Python package

on: [push, pull_request]

env:
HDF5_USE_FILE_LOCKING: FALSE

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf6eaea

Please sign in to comment.