Skip to content

Commit 60505db

Browse files
committed
fix: Use base environment
1 parent d88f7b0 commit 60505db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151

5252
- uses: conda-incubator/setup-miniconda@v3
5353
with:
54-
activate-environment: pre-commit-env
54+
auto-activate-base: true
55+
activate-environment: ""
5556
channel-priority: strict
5657
environment-file: etc/pre-commit-environment.yml
5758

0 commit comments

Comments
 (0)