Skip to content

Commit b91fe1b

Browse files
committed
[ci] Fix wrong flag in setup-miniconda
1 parent 323ac58 commit b91fe1b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: conda-incubator/setup-miniconda@v3
4141
with:
4242
auto-update-conda: true
43-
auto-activate: true
43+
auto-activate-base: true
4444
activate-environment: ""
4545

4646
# - name: Cache Scala deps
@@ -69,6 +69,9 @@ jobs:
6969
- name: Print conda envs
7070
run: |
7171
conda env list
72+
du -sh "${{ env.CHIPYARD_DIR }}/.conda-env"
73+
du -sh "${{ env.CHIPYARD_DIR }}/.conda-env/riscv-tools"
74+
7275
7376
# - name: radiance
7477
# run: |

0 commit comments

Comments
 (0)