Skip to content

Commit ed5dfd0

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 ed5dfd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
shell: bash
8181
run: |
8282
set -e
83+
rustup install --profile=minimal stable
8384
python3 -m venv .venv
8485
source .venv/bin/activate
8586
pip install reclass-rs --find-links dist --force-reinstall

0 commit comments

Comments
 (0)