Skip to content

Commit 7937874

Browse files
committed
update CI
1 parent 2a07099 commit 7937874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install monarch
2929
run: python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
3030
- name: Install dependencies
31-
run: python -m pip install --no-build-isolation -e ".[dev]"
31+
run: python -m pip install --no-build-isolation ".[dev]"
3232
- name: Run unit tests with coverage
3333
# TODO add all tests
3434
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

0 commit comments

Comments
 (0)