Skip to content

Commit

Permalink
small tuneup to workflow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Aug 22, 2024
1 parent 4004253 commit 598f948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 598f948

Please sign in to comment.