File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v6
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 - name : Install distclassipy
1717 run : |
1818 python3 -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1414 jupyter : true
1515 version : " ~= 24.0"
1616 - name : Run flake8
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.x'
2020 - run : |
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v6
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.11'
3030 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v6
2727
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
You can’t perform that action at this time.
0 commit comments