From 11d4bec012f543422dbbc6f504111c5a252925b4 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 2 Sep 2024 12:44:20 +0200 Subject: [PATCH] More verbose python-build --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 39992551..9ee29f39 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -135,7 +135,7 @@ jobs: - name: pip list run: pixi run -e ${{ matrix.environment }} python -m pip list - name: Build the wheel - run: pixi run -e ${{ matrix.environment }} python -m build --no-isolation + run: pixi run -e ${{ matrix.environment }} python -m build --no-isolation --wheel --verbose - name: Install the built wheel run: pixi run -e ${{ matrix.environment }} python -m pip install dist/*.whl - name: Import test