Skip to content

Commit 8474877

Browse files
committed
add python path in ats.sh
1 parent f961ae0 commit 8474877

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/ats.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# Set PYTHONPATH at the start
3+
export PYTHONPATH="${PYTHONPATH:-.}:${PWD}"
4+
25
if ! command -v jq &> /dev/null; then
36
apt update
47
apt install jq -y

0 commit comments

Comments
 (0)