This is an automated email from the ASF dual-hosted git repository.
mshr pushed a commit to branch investigate-macos-ci-error
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/investigate-macos-ci-error by
this push:
new d3fe8c2ce2 Add debug step to print conda directory in CI workflows
d3fe8c2ce2 is described below
commit d3fe8c2ce22df907dfd2d6ee42700ae203e81709
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Sun Nov 23 22:31:30 2025 +0900
Add debug step to print conda directory in CI workflows
---
.github/actions/setup/action.yml | 6 ++++++
.github/workflows/main.yml | 1 +
2 files changed, 7 insertions(+)
diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index 77271319b2..1a7f97676e 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -1,6 +1,12 @@
runs:
using: "composite"
steps:
+ - name: Print conda dir
+ shell: bash -l {0}
+ run: |
+ pwd
+ ls -la conda/
+ cat conda/build-environment.yaml
- uses: actions/cache@v3
env:
CACHE_NUMBER: 2
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 691612157c..f81c40f466 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,6 +45,7 @@ jobs:
- name: Print conda dir
shell: bash -l {0}
run: |
+ pwd
ls -la conda/
cat conda/build-environment.yaml
- name: Set up environment