Skip to content

Commit 8042d7e

Browse files
author
Allen Wang
committed
fix wheel
1 parent 184e3d7 commit 8042d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 15
1111
strategy:
1212
matrix:
13-
python-version: ['3.10', '3.11', '3.12']
13+
python-version: ['3.10']
1414
steps:
1515
- name: Check out repo
1616
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install -e ".[dev]"
2929
# Will have to pin until monarch wheel is reasonable
3030
pip install torch==2.9.0.dev20250815+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
31-
python -m pip install assets/wheels/monarch_no_torch-0.1.0.dev20250815-py3-none-any.whl
31+
python -m pip install --no-build-isolation assets/wheels/monarch_no_torch-0.1.0.dev20250815-cp310-cp310-linux_x86_64.whl
3232
- name: Run unit tests with coverage
3333
run: pytest tests --cov=. --cov-report=xml --durations=20 -vv
3434
- name: Upload Coverage to Codecov

0 commit comments

Comments
 (0)