Skip to content

Commit

Permalink
[FIX] fixed python setup to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer authored Jul 11, 2024
1 parent a4ca6cb commit 5533ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.numpy-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
numpy-version: ${{ matrix.numpy-version }}
cache: 'pip'
cache-dependency-path: |
**/setup.cfg
Expand Down

0 comments on commit 5533ad6

Please sign in to comment.