Skip to content

Commit

Permalink
updating python path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 13, 2022
1 parent a3d850c commit 1fb7ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
pwd
ls
mayapy --version
export PYTHONPATH=$(pwd)/modules
export PYTHONPATH=$(pwd)/modules:${PYTHONPATH}
mayapy -m nose -xv --exe ./tests
#
Expand Down

0 comments on commit 1fb7ab1

Please sign in to comment.