We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b98d3 commit ca855e4Copy full SHA for ca855e4
.github/workflows/pytest.yml
@@ -27,7 +27,6 @@ jobs:
27
cache-dependency-glob: requirements/requirements--${{ matrix.os }}-${{ matrix.python-version }}.txt
28
- name: Install dependencies
29
run: |
30
- python -m pip install uv
31
uv venv -p ${{ matrix.python-version }}
32
. .venv/bin/activate
33
echo PATH=$PATH >> $GITHUB_ENV
0 commit comments