Skip to content

Commit

Permalink
Merge pull request #353 from inspirehep/fix-py3-gh-action-v2
Browse files Browse the repository at this point in the history
actions: use py version from matrix
  • Loading branch information
PascalEgn authored Jul 10, 2024
2 parents 0703518 + ace3a51 commit 5046f16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
fetch-depth: 0
python-version: ${{ matrix.python-version }}

- name: Install python dependencies
run: |
Expand Down

0 comments on commit 5046f16

Please sign in to comment.