Skip to content

Commit

Permalink
Fix: Use correct powershell export patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Nov 26, 2024
1 parent ec5b404 commit 08249c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
chcp.com 65001
.\test-job\Scripts\activate
python tools/report_numpy_state.py
export PYTHONHASHSEED=$(python -S -c "import random; print(random.randint(1, 1024))")
$Env:PYTHONHASHSEED=$(python -S -c "import random; print(random.randint(1, 1024))")
echo "PYTHONHASHSEED=$PYTHONHASHSEED"
stestr run
env:
Expand Down

0 comments on commit 08249c0

Please sign in to comment.