Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ jobs:
fetch-depth: 0 # get all tags, lets setuptools_scm do its thing

# install ActivitySim, overriding the one in the workspace,
# as the pre-installed one is the latest release but not the most up-to-date
# as the pre-installed one is not necessarily the most up-to-date
- name: Install ActivitySim
run: |
uv pip install --no-deps ./cloned/activitysim

# The next step is to run the tests, but now we need "--no-sync" to avoid
# automatically reinstalling the overwritten version of ActivitySim
- name: Test this implementation
run: |
uv run pytest ./test
uv run --no-sync pytest ./test
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"numba>=0.57",
"numpy>=1.16.1,<1.26",
"openmatrix>=0.3.5.0",
"pandas>=2.1.0",
"pandas>=2.1.0,<3",
"pandera>=0.15,<0.18.1",
"psutil>=4.1",
"pydantic>=2.6",
Expand Down
Binary file modified test/reference-pipeline-extended-recodeFalse.zip
Binary file not shown.
Binary file modified test/reference-pipeline-extended-recodeTrue.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.