Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (openmeeg#651)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 23, 2024
1 parent 3e19df9 commit 2b0db57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,11 @@ jobs:
BREW_EXTRA=openblas
fi
echo "Installing dependencies with brew"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install hdf5 libmatio libomp swig $BREW_EXTRA
# TODO: Not libmatio 1.5.27 compatible
brew tap-new $USER/local-libmatio
brew tap homebrew/core --force
brew extract --version=1.5.26 libmatio $USER/local-libmatio
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install hdf5 [email protected] libomp swig $BREW_EXTRA
echo "brew install complete"
if [[ "${{steps.env-vars.outputs.blas}}" == "OpenBLAS" ]]; then
BLAS_DIR=/usr/local/opt/openblas
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.1
hooks:
- id: ruff
name: ruff lint
Expand Down

0 comments on commit 2b0db57

Please sign in to comment.