Skip to content

Commit fb6fd71

Browse files
committed
Merge branch 'rotary_encoder' of https://github.com/CoderBotOrg/backend into rotary_encoder
2 parents ec67dfc + 53b71b7 commit fb6fd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: run tests
3939
command: |
4040
. venv/bin/activate
41-
export PYTHONPATH=./stub
41+
export PYTHONPATH=./stub:test
4242
mkdir test-reports
4343
python3 -m unittest test/coderbot_test.py 2>&1 | tee test-reports/test_report.txt
4444
#python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt

0 commit comments

Comments
 (0)