Skip to content

Commit

Permalink
Formatting Yaml
Browse files Browse the repository at this point in the history
Signed-off-by: erman-gurses <[email protected]>
  • Loading branch information
erman-gurses committed Sep 4, 2024
1 parent 0a33d33 commit b830408
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- main
- main

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand All @@ -24,21 +24,21 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- name: "Setting up Python"
id: setup_python
uses: actions/setup-python@v3
with:
python-version: ${{matrix.version}}

- name: Install pip deps
run: pip install parametrize-from-file
- name: "Setting up Python"
id: setup_python
uses: actions/setup-python@v3
with:
python-version: ${{matrix.version}}

- name: "Checkout Code"
uses: actions/checkout@v3
- name: Install pip deps
run: pip install parametrize-from-file

- name: Build Release Wheels
run: ./build_tools/build_release.py --core-version 2.3.0
- name: "Checkout Code"
uses: actions/checkout@v3

- name: Validate Release Build
if: ${{ !cancelled() }}
run: ./build_tools/post_build_release_test.sh
- name: Build Release Wheels
run: ./build_tools/build_release.py --core-version 2.3.0

- name: Validate Release Build
if: ${{ !cancelled() }}
run: ./build_tools/post_build_release_test.sh

0 comments on commit b830408

Please sign in to comment.