mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
chore(ci): upgrade setup-uv action to v7.1.0 (#39569)
This commit is contained in:
3
.github/workflows/ci-ai.yml
vendored
3
.github/workflows/ci-ai.yml
vendored
@@ -43,11 +43,10 @@ jobs:
|
||||
python-version-file: 'pyproject.toml'
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
pyproject-file: 'pyproject.toml'
|
||||
|
||||
- name: Install python dependencies
|
||||
shell: bash
|
||||
|
||||
6
.github/workflows/ci-backend.yml
vendored
6
.github/workflows/ci-backend.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
@@ -573,7 +573,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv-tests
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
@@ -851,7 +851,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv-async
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
2
.github/workflows/ci-dagster.yml
vendored
2
.github/workflows/ci-dagster.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
2
.github/workflows/ci-e2e-playwright.yml
vendored
2
.github/workflows/ci-e2e-playwright.yml
vendored
@@ -318,7 +318,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
4
.github/workflows/ci-hog.yml
vendored
4
.github/workflows/ci-hog.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
@@ -175,7 +175,7 @@ jobs:
|
||||
python-version-file: 'pyproject.toml'
|
||||
- name: Install uv
|
||||
id: setup-uv-hogql-python
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
2
.github/workflows/ci-nodejs.yml
vendored
2
.github/workflows/ci-nodejs.yml
vendored
@@ -149,7 +149,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
2
.github/workflows/ci-python.yml
vendored
2
.github/workflows/ci-python.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
2
.github/workflows/ci-rust.yml
vendored
2
.github/workflows/ci-rust.yml
vendored
@@ -161,7 +161,7 @@ jobs:
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
if: needs.changes.outputs.rust == 'true'
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
2
.github/workflows/ci-turbo.yml
vendored
2
.github/workflows/ci-turbo.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
id: setup-uv
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
|
||||
@@ -139,7 +139,7 @@ RUN apt-get update && \
|
||||
"pkg-config" \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip install uv~=0.7.0 --no-cache-dir && \
|
||||
pip install uv==0.8.19 --no-cache-dir && \
|
||||
UV_PROJECT_ENVIRONMENT=/python-runtime uv sync --frozen --no-dev --no-cache --compile-bytecode --no-binary-package lxml --no-binary-package xmlsec
|
||||
|
||||
ENV PATH=/python-runtime/bin:$PATH \
|
||||
|
||||
@@ -31,7 +31,7 @@ COPY pyproject.toml uv.lock docker-compose.base.yml docker-compose.dev.yml ./
|
||||
|
||||
# Install python deps
|
||||
RUN rm -rf /var/lib/apt/lists/* && \
|
||||
pip install uv~=0.7.0 --no-cache-dir && \
|
||||
pip install uv==0.8.19 --no-cache-dir && \
|
||||
UV_PROJECT_ENVIRONMENT=/python-runtime uv sync --frozen --no-cache --compile-bytecode \
|
||||
--no-binary-package lxml --no-binary-package xmlsec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user