Skip to content

Commit

Permalink
Add correcting for the action name
Browse files Browse the repository at this point in the history
Signed-off-by: erman-gurses <[email protected]>
  • Loading branch information
erman-gurses committed Mar 4, 2025
1 parent d5cde9b commit f9e4049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-llama-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python and Install Dependencies
uses: ./.github/actions/setup-python-venv
uses: ./.github/actions/test-setup
with:
python-version: ${{ matrix.version }}

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python and Install Dependencies
uses: ./.github/actions/setup-python-venv
uses: ./.github/actions/test-setup
with:
python-version: ${{ matrix.version }}

Expand Down

0 comments on commit f9e4049

Please sign in to comment.