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