Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Jan 9, 2025
1 parent aa8924c commit 5ffa924
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,25 +254,25 @@ jobs:
test_dirs: ${{env.test_dirs}}
cibw_build: ${{env.CIBW_BUILD}}

proxy_test:
if: |
always() &&
!failure() &&
!cancelled() &&
inputs.job_type == 'build-python-wheels'
needs: [compile]
uses: ./.github/workflows/run_proxy_tests.yml
secrets: inherit
strategy:
matrix:
# Declaring the dummy fields here to aid the Github Actions linting in VSCode and to provide documentation
os: [0] # Decouples the steps from any distro version changes
include:
- ${{fromJSON(inputs.matrix)[0]}} # The items after 0 are for tests only
with:
python3: ${{inputs.python3}}
wheel: wheel-${{needs.compile.outputs.cibw_build}}
os: ${{matrix.os}}
# proxy_test:
# if: |
# always() &&
# !failure() &&
# !cancelled() &&
# inputs.job_type == 'build-python-wheels'
# needs: [compile]
# uses: ./.github/workflows/run_proxy_tests.yml
# secrets: inherit
# strategy:
# matrix:
# # Declaring the dummy fields here to aid the Github Actions linting in VSCode and to provide documentation
# os: [0] # Decouples the steps from any distro version changes
# include:
# - ${{fromJSON(inputs.matrix)[0]}} # The items after 0 are for tests only
# with:
# python3: ${{inputs.python3}}
# wheel: wheel-${{needs.compile.outputs.cibw_build}}
# os: ${{matrix.os}}

stop-ec2-runner:
needs: [start_ec2_runner, compile]
Expand Down

0 comments on commit 5ffa924

Please sign in to comment.