We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcdc14 commit a6ff8aaCopy full SHA for a6ff8aa
.github/workflows/builds.yml
@@ -31,14 +31,8 @@ jobs:
31
with:
32
distribution: 'temurin'
33
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
39
- name: Install all dependencies for other Python versions
40
- if: matrix.python-version != '3.11'
41
- run: uv sync --locked --all-extras --dev
+ run: uv sync --locked --all-extras
42
- name: Run tests
43
run: uv run pytest -s -vvvv
44
0 commit comments