File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 3737 . .venv/bin/activate
3838 fi
3939 python -m pip install --upgrade pip
40- uv pip install --system
4140
4241 - name : selfie-lib - install dependencies
4342 shell : bash
4847 else
4948 . ../../.venv/bin/activate
5049 fi
51- python -m pip install -e .
52- python -m pip install -r requirements.txt -r dev-requirements.txt
50+ uv pip install -e .
51+ uv pip install -r requirements.txt -r dev-requirements.txt
5352
5453 - name : selfie-lib - pytest
5554 shell : bash
9392 else
9493 . ../../.venv/bin/activate
9594 fi
95+ uv pip install .
9696 uv pip install -r requirements.txt -r dev-requirements.txt
9797
98+ - name : pytest-selfie - pytest
99+ shell : bash
100+ working-directory : python/pytest-selfie
101+ run : |
102+ if [ "${{ runner.os }}" = "Windows" ]; then
103+ . ../../.venv/Scripts/activate
104+ else
105+ . ../../.venv/bin/activate
106+ fi
107+ python -m pytest -vv
108+
98109 - name : pytest-selfie - pyright
99110 shell : bash
100111 working-directory : python/pytest-selfie
You can’t perform that action at this time.
0 commit comments