Skip to content

Commit 2290a68

Browse files
committed
clean up GA script
1 parent 271d9eb commit 2290a68

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,14 @@ jobs:
5757
- name: Update environment
5858
run: |
5959
mamba env update -n asim-test -f activitysim/conda-environments/github-actions-tests.yml
60-
mamba install --yes \
61-
"psutil=5.9.5" \
62-
"pydantic=2.6.1" \
63-
"pypyr=5.8.0" \
64-
"pytables=3.6.1" \
65-
"pytest-cov" \
66-
"pytest-regressions=2.5.0" \
67-
"scikit-learn=1.2.2" \
68-
"sharrow>=2.6.0" \
69-
"simwrapper=1.8.5" \
70-
"xarray=2023.2.0" \
71-
"zarr=2.14.2" \
72-
"zstandard=0.21.0"
7360
if: steps.cache.outputs.cache-hit != 'true'
7461

7562
- name: Install activitysim
7663
# installing without dependencies is faster, we trust that all needed dependencies
7764
# are in the conda environment defined above. Also, this avoids pip getting
7865
# confused and reinstalling tables (pytables).
7966
run: |
80-
python -m pip install -e ./activitysim --no-deps
67+
python -m pip install ./activitysim --no-deps
8168
8269
- name: Conda checkup
8370
run: |

0 commit comments

Comments
 (0)