Install numpy during pre-commit workflow. (#1402)

This commit is contained in:
James Mochizuki-Freeman
2025-06-14 10:06:33 -04:00
committed by GitHub
parent 26d64bda73
commit dc9ef02d11

View File

@@ -16,7 +16,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python_version: '3.12'
python-version: '3.12'
- run: pip install numpy==1.26
- run: pipx install pre-commit
- run: pre-commit --version
- run: pre-commit run --all-files