We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d93c6f commit 1bb2856Copy full SHA for 1bb2856
1 file changed
.github/workflows/CI.yml
@@ -21,9 +21,8 @@ jobs:
21
uses: actions/checkout@v4
22
with:
23
submodules: recursive
24
- - name: Sync dependencies and install DeepQuant
+ - name: Install DeepQuant in existing venv
25
run: |
26
- uv sync --frozen
27
uv pip install -e .
28
29
single-layer-tests:
@@ -35,9 +34,8 @@ jobs:
35
34
36
37
38
39
40
41
42
- name: Run Tests
43
@@ -52,9 +50,8 @@ jobs:
52
50
53
51
54
55
56
57
58
59
60
0 commit comments