Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Nov 7, 2024
1 parent a8e29b2 commit bc602fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: [ test_code ]
# needs: [ test_code ]
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/test_wheels'
strategy:
matrix:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

build_sdist:
name: Build source distribution
needs: [ test_code ]
# needs: [ test_code ]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/test_wheels'
steps:
Expand Down

0 comments on commit bc602fd

Please sign in to comment.