Skip to content

Commit

Permalink
Fix PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOCHENYE committed Mar 14, 2023
1 parent a7f1c90 commit ba916e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/test.yml
Expand Up @@ -183,7 +183,7 @@ jobs:
- run:
name: Run inferencer tests
command: |
docker exec -e PYTHONPATH=$PWD/downstream_repos/mmdetection mmengine pytest tests/test_infer/test_infer.py
docker exec -e PYTHONPATH=./downstream_repos/mmdetection mmengine pytest tests/test_infer/test_infer.py
workflows:
pr_stage_lint:
Expand Down

0 comments on commit ba916e2

Please sign in to comment.