Skip to content

Commit

Permalink
chore: prevent pytest from leaving __pycache__ directories
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Mar 28, 2022
1 parent ba2855d commit cb24c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ current_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

echo "Current dir is [$current_dir]"

export PYTHONDONTWRITEBYTECODE=1
export NCCL_P2P_DISABLE=1

####### no sem tests
Expand Down

0 comments on commit cb24c47

Please sign in to comment.