File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v7
1313 - name : Set up Python
14- uses : actions/setup-python@v6
14+ uses : actions/setup-python@v7
1515 with :
1616 python-version : 3.12
1717 - uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v7
1212
1313 - name : Set up Python 3.10
14- uses : actions/setup-python@v6
14+ uses : actions/setup-python@v7
1515 with :
1616 python-version : " 3.10"
1717
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v7
12- - uses : actions/setup-python@v6
12+ - uses : actions/setup-python@v7
1313 with :
1414 python-version : ' 3.12'
1515 - run : pip install uv
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v7
1616 # set up conda
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v6
18+ uses : actions/setup-python@v7
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v7
12- - uses : actions/setup-python@v6
12+ - uses : actions/setup-python@v7
1313 with :
1414 python-version : ' 3.10'
1515 architecture : ' x64'
You can’t perform that action at this time.
0 commit comments