Bump setup-python version
This commit is contained in:
parent
283e6cedd1
commit
fb22055434
|
@ -15,9 +15,9 @@ jobs:
|
|||
if: ${{ hashFiles('test/*.py') != '' }}
|
||||
steps:
|
||||
- name: Setting up python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.11'
|
||||
- name: Installing dependencies
|
||||
run: python -m pip install --upgrade pip setuptools wheel pytest
|
||||
- name: Check out repository code
|
||||
|
|
Loading…
Reference in New Issue
Block a user