We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc2391 commit 5f4febbCopy full SHA for 5f4febb
1 file changed
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
33
with:
34
python-version: ${{ matrix.python-version }}
35
+ activate-environment: true
36
37
- name: Install dependencies
38
run: uv sync --frozen
0 commit comments