From 9aac506e445cc046fb61b1ce74f135607af5cb48 Mon Sep 17 00:00:00 2001 From: beduffy Date: Sat, 15 Feb 2025 19:20:14 +0000 Subject: [PATCH] chore(pre-commit): conda back in precommit but seeing if that works in cloud --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e299669..4b6b298 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,8 +40,8 @@ repos: hooks: - id: pytest name: pytest - entry: conda run -n py38 pytest - language: system # Changed back to system since we're using conda + entry: /home/ben/miniconda3/envs/py38/bin/pytest + language: system pass_filenames: false always_run: true - additional_dependencies: [] # Remove this as we're using conda env + additional_dependencies: [] # Keep this empty