Skip to content

Commit

Permalink
Update .github/workflows/pr_validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Oct 23, 2024
1 parent aed5f1c commit b61383e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
python: ["3.9"]
# python: ["3.9", "3.10", "3.11"] # TODO: expand to other pythons
steps:
- name: checkout current branch
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit b61383e

Please sign in to comment.