Skip to content

Commit

Permalink
set PYTHONHASHSEED via githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mixas committed Nov 24, 2024
1 parent 0bf94e5 commit e653858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: tests
on: ['push', 'pull_request', 'workflow_call']
env:
PYTHONHASHSEED: '0'
jobs:
tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e653858

Please sign in to comment.