Skip to content

Commit aa7dae1

Browse files
authored
Use fixed random-seed in CI
1 parent 27b077e commit aa7dae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: always() && steps.build.outcome == 'success'
9292
run: |
9393
../sage -python -m pip install coverage
94-
../sage -python -m coverage run ./bin/sage-runtests --all -p2
94+
../sage -python -m coverage run ./bin/sage-runtests --all -p2 --random-seed=286735480429121101562228604801325644303
9595
working-directory: ./src
9696

9797
- name: Prepare coverage results

0 commit comments

Comments
 (0)