ci: Silence extras, to avoid building GPU deps

This commit is contained in:
Alessandro Candido
2024-03-02 10:53:44 +01:00
parent bf040a0ed4
commit f4311331b2

View File

@@ -18,5 +18,5 @@ jobs:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
publish: ${{ github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
poetry-extras: "--with docs,tests,analysis --all-extras"
poetry-extras: "--with docs,tests,analysis"
secrets: inherit