From f4311331b224ffe29094330c9f73975c65eed1cc Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Sat, 2 Mar 2024 10:53:44 +0100 Subject: [PATCH] ci: Silence extras, to avoid building GPU deps --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1e4577..dff02a3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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