File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments