From 598f9483018792c47aa319d80d72e8bb07234eab Mon Sep 17 00:00:00 2001 From: fraguada Date: Thu, 22 Aug 2024 21:05:03 +0200 Subject: [PATCH] small tuneup to workflow ci --- .github/workflows/workflow_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_ci.yml b/.github/workflows/workflow_ci.yml index e271159c..37387a93 100644 --- a/.github/workflows/workflow_ci.yml +++ b/.github/workflows/workflow_ci.yml @@ -267,7 +267,7 @@ jobs: - name: update submodules run: git submodule update --init - name: build python ${{ matrix.python-version }} ${{ matrix.os }} - run: python setup.py bdist_wheel build #--debug + run: python setup.py bdist_wheel build --debug - name: artifacts uses: actions/upload-artifact@v4.3.1 with: @@ -393,7 +393,7 @@ jobs: dotnet test test_python_bdist: - name: build python ${{ matrix.python-version }} ${{ matrix.target }} ${{ matrix.os }} bdist + name: test py ${{ matrix.python-version }} ${{ matrix.target }} ${{ matrix.os }} bdist runs-on: ${{ matrix.os }} needs: [build_py_all_bdist] strategy: