Skip to content

Commit

Permalink
Fix Path
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Jan 9, 2025
1 parent 0bf0331 commit 9a88297
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 @@ -30,4 +30,4 @@ jobs:
id-token: write
contents: read
steps:
- uses: ./.github/workflows/TEST_STEPS.yml
- uses: .github/actions/test_steps.yml
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: ./.github/workflows/TEST_STEPS.yml
- uses: .github/actions/test_steps.yml

publish:
needs: Regression
Expand Down

0 comments on commit 9a88297

Please sign in to comment.