We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b4d5f commit 11278ffCopy full SHA for 11278ff
.github/workflows/pr.yml
@@ -15,6 +15,9 @@ jobs:
15
with:
16
python-version: "3.11"
17
18
+ - name: Install Rust
19
+ uses: dtolnay/rust-toolchain@stable
20
+
21
- name: Install uv
22
uses: astral-sh/setup-uv@v3
23
@@ -63,7 +66,7 @@ jobs:
63
66
64
67
- name: Sanity check (import Rust extension)
65
68
run: |
- python -c "import typeid; import typeid._base32; print('Rust extension OK')"
69
+ uv run python -c "import typeid; import typeid._base32; print('Rust extension OK')"
70
71
- name: Run tests
72
0 commit comments