Skip to content

Commit ef05561

Browse files
authored
Change post-cleanup option from 'all' to 'none'
1 parent b79370c commit ef05561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
environment-name: pytensor-test
3535
micromamba-version: "1.5.10-0"
3636
init-shell: bash
37-
post-cleanup: "all"
37+
post-cleanup: "none"
3838
create-args: python=3.13
3939

4040
- name: "Install dependencies"

0 commit comments

Comments
 (0)