Skip to content

Commit 98bd0e1

Browse files
authored
Update CI workflow
1 parent 69f72c9 commit 98bd0e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ jobs:
5151
# as the pre-installed one is the latest release but not the most up-to-date
5252
- name: Install ActivitySim
5353
run: |
54+
uv pip uninstall activitysim
5455
uv pip install --no-deps ./cloned/activitysim
5556
5657
- name: Test this implementation
5758
run: |
58-
uv run pytest ./test
59+
source .venv/bin/activate
60+
pytest ./test
5961

0 commit comments

Comments
 (0)