Skip to content

Commit 894b8d5

Browse files
committed
Forbid lrb 3l gl in workflow
1 parent e025ae9 commit 894b8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build and test with uv
3434
run: |
3535
uv venv --python ${{ matrix.python-version }}
36-
uv pip install -e .[dev]
36+
CMAKE_ARGS="-DENABLE_GLCACHE=OFF -DENABLE_LRB=OFF -DENABLE_3L_CACHE=OFF" uv pip install -e .[dev] -vvv
3737
uv run python -c "import libcachesim; print('✓ Import successful for Python ${{ matrix.python-version }} on ${{ matrix.os }}')"
3838
3939
- name: Run tests

0 commit comments

Comments
 (0)