File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
19- - name : Set up Python 3.9
19+ - name : Set up Python 3.11
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : 3.9
22+ python-version : 3.11
2323 - name : Install uv
2424 run : |
2525 curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -41,10 +41,10 @@ jobs:
4141 runs-on : ubuntu-latest
4242 steps :
4343 - uses : actions/checkout@v4
44- - name : Set up Python 3.9
44+ - name : Set up Python 3.11
4545 uses : actions/setup-python@v5
4646 with :
47- python-version : 3.9
47+ python-version : 3.11
4848 - name : Install uv
4949 run : |
5050 curl -LsSf https://astral.sh/uv/install.sh | sh
6969 # - uses: actions/checkout@v4
7070 # - uses: chartboost/ruff-action@v1
7171 # with:
72- # args: "format . --check"
72+ # args: "format . --check"
You can’t perform that action at this time.
0 commit comments