We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a07099 commit 7937874Copy full SHA for 7937874
.github/workflows/unit_test.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install monarch
29
run: python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
30
- name: Install dependencies
31
- run: python -m pip install --no-build-isolation -e ".[dev]"
+ run: python -m pip install --no-build-isolation ".[dev]"
32
- name: Run unit tests with coverage
33
# TODO add all tests
34
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
0 commit comments