Skip to content

Commit 74a85c1

Browse files
committed
conda not mamba
1 parent f8e0e97 commit 74a85c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
python -m pip install ./activitysim --no-deps
7070
- name: Conda checkup
7171
run: |
72-
mamba info -a
73-
mamba list
72+
conda info -a
73+
conda list
7474
- name: Test this implementation
7575
run: |
7676
cd activitysim-sandag-abm3/test

0 commit comments

Comments
 (0)