Skip to content

Commit a6ff8aa

Browse files
committed
fix install
1 parent 6bcdc14 commit a6ff8aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,8 @@ jobs:
3131
with:
3232
distribution: 'temurin'
3333
java-version: '17'
34-
- name: Install dependencies for Python 3.11
35-
# we do *not* install the dedupe extra because its dependency on PyLBFGS requires an older version
36-
# of Cython that is not available in python 3.11
37-
if: matrix.python-version == '3.11'
38-
run: uv sync --locked --all-extras --dev -E allegro -E brickify -E web -E orm -E reasonable -E persistence -E bacnet -E networkx
3934
- name: Install all dependencies for other Python versions
40-
if: matrix.python-version != '3.11'
41-
run: uv sync --locked --all-extras --dev
35+
run: uv sync --locked --all-extras
4236
- name: Run tests
4337
run: uv run pytest -s -vvvv
4438

0 commit comments

Comments
 (0)