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 b830408 commit a42f44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- 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: Install pip deps
run: pip install parametrize-from-file

- name: "Checkout Code"
uses: actions/checkout@v3

Expand Down

0 comments on commit a42f44b

Please sign in to comment.