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 1ece656 commit d690d76Copy full SHA for d690d76
.github/actions/install_requirements/action.yml
@@ -21,11 +21,12 @@ runs:
21
shell: bash
22
23
- name: Install uv and set the python version
24
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
25
with:
26
python-version: ${{ env.PYTHON_VERSION }}
27
enable-cache: true
28
cache-dependency-glob: "uv.lock"
29
+ activate-environment: true
30
31
- name: Install packages
32
run: uv sync ${{ inputs.uv-sync }}
0 commit comments