mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Install numpy during pre-commit workflow. (#1402)
This commit is contained in:
committed by
GitHub
parent
26d64bda73
commit
dc9ef02d11
3
.github/workflows/run-pre-commit.yml
vendored
3
.github/workflows/run-pre-commit.yml
vendored
@@ -16,7 +16,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python_version: '3.12'
|
python-version: '3.12'
|
||||||
|
- run: pip install numpy==1.26
|
||||||
- run: pipx install pre-commit
|
- run: pipx install pre-commit
|
||||||
- run: pre-commit --version
|
- run: pre-commit --version
|
||||||
- run: pre-commit run --all-files
|
- run: pre-commit run --all-files
|
||||||
|
Reference in New Issue
Block a user