File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
27+ - name : Install uv
28+ uses : astral-sh/setup-uv@v4
29+
2730 - name : Set up Python environment
2831 shell : bash
2932 run : |
3437 . .venv/bin/activate
3538 fi
3639 python -m pip install --upgrade pip
37- pip install uv
40+ uv pip install --system
3841
3942 - name : selfie-lib - install dependencies
4043 shell : bash
9093 else
9194 . ../../.venv/bin/activate
9295 fi
93- python -m pip install -e . -e ../selfie-lib
94- python -m pip install -r requirements.txt -r dev-requirements.txt
96+ uv pip install -r requirements.txt -r dev-requirements.txt
9597
9698 - name : pytest-selfie - pyright
9799 shell : bash
@@ -124,8 +126,7 @@ jobs:
124126 else
125127 . ../../.venv/bin/activate
126128 fi
127- python -m pip install -e . -e ../selfie-lib -e ../pytest-selfie
128- python -m pip install -r requirements.txt -r dev-requirements.txt
129+ uv pip install -r requirements.txt -r dev-requirements.txt
129130
130131 - name : example-pytest-selfie - pytest
131132 shell : bash
Original file line number Diff line number Diff line change 1+ file:../selfie-lib
2+ file:../pytest-selfie
3+ pytest >= 8.0.0 ,< 9.0.0
14flask >= 3.0.3
25openai >= 1.0.0
3- -e ../selfie-lib
4- -e ../pytest-selfie
Original file line number Diff line number Diff line change 1- pytest >= 8.0.0
2- -e ../selfie-lib
1+ file:../selfie-lib
2+ pytest >= 8.0.0 , < 9.0.0
You can’t perform that action at this time.
0 commit comments