Skip to content

Commit f50122a

Browse files
committed
running with created virtual env instead
1 parent 19d2bb1 commit f50122a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
351351
- name: Create Estimation Data
352352
run: |
353-
uv run python activitysim/examples/example_estimation/notebooks/est_mode_setup.py --household_sample_size 5000
353+
.venv\Scripts\python activitysim/examples/example_estimation/notebooks/est_mode_setup.py --household_sample_size 5000
354354
355355
- name: Test Estimation Notebooks
356356
run: |

0 commit comments

Comments
 (0)