diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d1204b5c2f9..fdac6b2c040 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -79,7 +79,7 @@ jobs: - name: "Build the wheel" shell: pwsh run: | - tox -e build-wheel + tox -e build-wheel -- "any" - name: "Expose the wheel" shell: bash