Skip to content

Commit ca855e4

Browse files
committed
dont need the uv install
1 parent c9b98d3 commit ca855e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
cache-dependency-glob: requirements/requirements--${{ matrix.os }}-${{ matrix.python-version }}.txt
2828
- name: Install dependencies
2929
run: |
30-
python -m pip install uv
3130
uv venv -p ${{ matrix.python-version }}
3231
. .venv/bin/activate
3332
echo PATH=$PATH >> $GITHUB_ENV

0 commit comments

Comments
 (0)