Skip to content

Commit

Permalink
chore(pre-commit): conda back in precommit but seeing if that works i…
Browse files Browse the repository at this point in the history
…n cloud
  • Loading branch information
beduffy committed Feb 15, 2025
1 parent 2dac04c commit 9aac506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9aac506

Please sign in to comment.