Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: true # html5lib-tests data for the conformance test
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run ${{ matrix.py }}
Expand All @@ -58,7 +58,7 @@ jobs:
submodules: true # html5lib-tests data for the conformance test
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run ${{ matrix.py }}
Expand All @@ -78,7 +78,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run ${{ matrix.tox_env }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: npm ci
working-directory: tools/bench/node
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run the conformance suites
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
fetch-depth: 0 # meson project() derives the version from git history
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Build with -Werror
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
with:
arch: arm64
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Build with -Werror
Expand All @@ -205,7 +205,7 @@ jobs:
fetch-depth: 0 # meson project() derives the version from git history
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run clang-tidy
Expand All @@ -225,7 +225,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run tsan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: true # the benchmarks read the vendored html5lib-python and War-and-Peace corpora
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
# build the extension and install the benchmark deps outside the runner, so only the pytest process below is
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 # meson project() derives the version from git history
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run fuzz-smoke
Expand All @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: ✅ Run fuzz (deep)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.RELEASE_PAT }}
persist-credentials: true # the PAT is reused to push the release commit and tag
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: true
cache-dependency-glob: pyproject.toml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: 📦 Build sdist
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
submodules: true # the Linux wheels train the profile-guided build on the vendored html5lib and War-and-Peace corpora
persist-credentials: false
- name: 🔄 Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
with:
enable-cache: false
- name: 🎡 Build wheels
Expand Down
Loading