Skip to content

Commit

Permalink
TIG-1386 fix python path on Amazon Linux 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Guo committed Feb 25, 2019
1 parent 9161f63 commit 8a38c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@ functions:
script: |
set -eou pipefail
# for python3
export PATH=/opt/mongodbtoolchain/v3/bin:$PATH
# Run Genny result processor unit tests
pushd src/python
python3 setup.py nosetests
Expand Down

0 comments on commit 8a38c6a

Please sign in to comment.