Skip to content

Commit

Permalink
Add tests_any job
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Sep 21, 2023
1 parent a94aaec commit 2cd3004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
wheel: true
wheelhouse: false
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
any: true
test_any: true
secrets: inherit

docker_tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: "Build the wheel"
shell: bash
run: |
if [ ${{ inputs.any }} == 'true' ]; then
if [ ${{ inputs.test_any }} == 'true' ]; then
export platform="any"
elif [ ${{ matrix.os }} == "ubuntu-latest" ]; then
export platform="manylinux_2_17"
Expand Down

0 comments on commit 2cd3004

Please sign in to comment.