There was an error while loading. Please reload this page.
1 parent 323ac58 commit b91fe1bCopy full SHA for b91fe1b
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: conda-incubator/setup-miniconda@v3
41
with:
42
auto-update-conda: true
43
- auto-activate: true
+ auto-activate-base: true
44
activate-environment: ""
45
46
# - name: Cache Scala deps
@@ -69,6 +69,9 @@ jobs:
69
- name: Print conda envs
70
run: |
71
conda env list
72
+ du -sh "${{ env.CHIPYARD_DIR }}/.conda-env"
73
+ du -sh "${{ env.CHIPYARD_DIR }}/.conda-env/riscv-tools"
74
+
75
76
# - name: radiance
77
# run: |
0 commit comments