Skip to content

Commit

Permalink
Add pre-commit in env yaml file and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Aug 13, 2024
1 parent 8b56a73 commit 21e15eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash -l {0}
run: |
pybind11-stubgen libmambapy.bindings
pre-commit run --files stubs/libmambapy/binginds-stubs/__init__.pyi
pre-commit run --files stubs/libmambapy/bindings-stubs/__init__.pyi
python compare_stubs.py libmambapy/libmambapy/__init__.pyi stubs/libmambapy/bindings-stubs/__init__.pyi
- name: Show build cache statistics
run: sccache --show-stats
Expand Down
1 change: 1 addition & 0 deletions mamba/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies:
- conda >=24.1.0
- conda-content-trust
- cryptography<40.0 # Or breaks conda-content-trust
- pre-commit
- pip:
- securesystemslib
- sel(win): winreg

0 comments on commit 21e15eb

Please sign in to comment.