Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Speed up pydantic CI lint (#15339)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Mar 28, 2023
1 parent 2e936af commit 8a47bf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -95,6 +95,14 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Rust
# There don't seem to be versioned releases of this action per se: for each rust
# version there is a branch which gets constantly rebased on top of master.
# We pin to a specific commit for paranoia's sake.
uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d
with:
toolchain: 1.58.1
- uses: Swatinem/rust-cache@v2
- uses: matrix-org/setup-python-poetry@v1
with:
poetry-version: "1.3.2"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/15339.misc
@@ -0,0 +1 @@
Speed up pydantic CI job.

0 comments on commit 8a47bf1

Please sign in to comment.