Skip to content

Commit 6a0d9f1

Browse files
committed
Fix flaky buildinfo test
buildinfo test can fail for a while after new rust version is released and the rust version on the CI runners isn't updated yet.
1 parent 88244af commit 6a0d9f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
with:
7676
name: wheels-linux-${{ matrix.platform.target }}
7777
path: dist
78+
- name: Install latest rust on host
79+
run: rustup install --profile=minimal stable
7880
- name: pytest
7981
if: ${{ startsWith(matrix.platform.target, 'x86_64') }}
8082
shell: bash

0 commit comments

Comments
 (0)