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