File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- - name : Set up Python 3.9
11+ - name : Set up latest Python
1212 uses : actions/setup-python@v5
1313 with :
14- python-version : 3.9
14+ python-version-file : ' pyproject.toml '
1515 - name : Install dependencies
1616 run : |
1717 python -m pip install .[dev]
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v1
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v1
13- - name : Set up Python 3.9
14- uses : actions/setup-python@v2
13+ - name : Set up latest Python
14+ uses : actions/setup-python@v5
1515 with :
16- python-version : 3.9
16+ python-version-file : ' pyproject.toml '
1717 - name : Install dependencies
1818 run : |
1919 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v4
22- - name : Set up Python 3.10
22+ - name : Set up latest Python
2323 uses : actions/setup-python@v5
2424 with :
25- python-version : ' 3.10 '
25+ python-version-file : ' pyproject.toml '
2626
2727 - name : Install dependencies
2828 run : |
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v1
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v1
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments