Skip to content

Commit 1bb2856

Browse files
committed
Fix CI workflow
1 parent 1d93c6f commit 1bb2856

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
24-
- name: Sync dependencies and install DeepQuant
24+
- name: Install DeepQuant in existing venv
2525
run: |
26-
uv sync --frozen
2726
uv pip install -e .
2827
2928
single-layer-tests:
@@ -35,9 +34,8 @@ jobs:
3534
uses: actions/checkout@v4
3635
with:
3736
submodules: recursive
38-
- name: Sync dependencies and install DeepQuant
37+
- name: Install DeepQuant in existing venv
3938
run: |
40-
uv sync --frozen
4139
uv pip install -e .
4240
- name: Run Tests
4341
run: |
@@ -52,9 +50,8 @@ jobs:
5250
uses: actions/checkout@v4
5351
with:
5452
submodules: recursive
55-
- name: Sync dependencies and install DeepQuant
53+
- name: Install DeepQuant in existing venv
5654
run: |
57-
uv sync --frozen
5855
uv pip install -e .
5956
- name: Run Tests
6057
run: |

0 commit comments

Comments
 (0)