Skip to content

Commit

Permalink
fix: update branch to run the tests on
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Feb 27, 2024
1 parent 9c3f40e commit d153146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
repository: ${{ matrix.repos }}
# TODO: Remove branch reference
- uses: open-turo/actions-python/lint@live-tests
- uses: open-turo/actions-python/lint@fix/update-action-pre-commit-to-v2
with:
checkout-repo: false
# with:
Expand All @@ -67,7 +67,7 @@ jobs:
with:
repository: ${{ matrix.repos }}
# TODO: Remove branch reference
- uses: open-turo/actions-python/test@live-tests
- uses: open-turo/actions-python/test@fix/update-action-pre-commit-to-v2
with:
checkout-repo: false
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d153146

Please sign in to comment.