Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ts/strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana-s committed Dec 19, 2024
2 parents 156dd8f + ed3c0b8 commit c3435b4
Show file tree
Hide file tree
Showing 57 changed files with 1,686 additions and 931 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: install-llvm
run: "sudo apt-get update && sudo apt-get install -y llvm-14"

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down Expand Up @@ -76,12 +76,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Set up uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7

- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.3.4/install.sh | sh
Expand Down
Loading

0 comments on commit c3435b4

Please sign in to comment.