File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,12 @@ jobs:
4040 python -m pytest -sv tests
4141 build-and-install :
4242 runs-on : ubuntu-latest
43- strategy :
44- fail-fast : false
45- matrix :
46- python_version : ["3.9", "3.10", "3.11"]
4743 steps :
4844 - uses : actions/checkout@v4
49- - name : Set up Python ${{matrix.python_version}}
45+ - name : Set up Python 3.11
5046 uses : actions/setup-python@v5
5147 with :
52- python-version : ${{matrix.python_version}}
48+ python-version : 3.11
5349 - name : Install uv
5450 run : |
5551 curl -LsSf https://astral.sh/uv/install.sh | sh
Original file line number Diff line number Diff line change 2121jobs :
2222 deploy :
2323 runs-on : ubuntu-latest
24- strategy :
25- fail-fast : false
26- matrix :
27- python_version : ["3.9", "3.10", "3.11"]
2824 steps :
2925 - uses : actions/checkout@v4
30- - name : Set up Python ${{matrix.python_version}}
26+ - name : Set up Python 3.11
3127 uses : actions/setup-python@v5
3228 with :
33- python-version : ${{matrix.python_version}}
29+ python-version : 3.11
3430 - name : Install uv
3531 run : |
3632 curl -LsSf https://astral.sh/uv/install.sh | sh
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ celerybeat.pid
125125.env
126126.venv
127127.pyenv
128+ .testenv
128129env /
129130venv /
130131ENV /
You can’t perform that action at this time.
0 commit comments