Skip to content

Commit e653858

Browse files
committed
set PYTHONHASHSEED via githubactions
1 parent 0bf94e5 commit e653858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: tests
22
on: ['push', 'pull_request', 'workflow_call']
3+
env:
4+
PYTHONHASHSEED: '0'
35
jobs:
46
tests:
57
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)