Skip to content

Commit 7c92186

Browse files
committed
Remove optional deps in workflow
1 parent 2cf1216 commit 7c92186

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and test with uv
4444
run: |
4545
uv venv --python ${{ matrix.python-version }}
46-
CMAKE_ARGS="-DENABLE_GLCACHE=ON -DENABLE_LRB=ON -DENABLE_3L_CACHE=ON" uv pip install -e .[dev] -vvv
46+
uv pip install -e .[dev] -vvv
4747
uv run python -c "import libcachesim; print('✓ Import successful for Python ${{ matrix.python-version }} on ${{ matrix.os }}')"
4848
4949
- name: Run tests

0 commit comments

Comments
 (0)