Skip to content

Commit 561612c

Browse files
committed
Update conda env when script is changed
1 parent be61130 commit 561612c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
name: Compile Conda Environment
3434
entry: python script/make_conda_env.py
3535
language: python
36-
files: pyproject.toml
36+
files: ^(pyproject\.toml|script\/make_conda_env\.py)$
3737
pass_filenames: false
3838
additional_dependencies:
3939
- PyYAML

0 commit comments

Comments
 (0)