Skip to content

Commit ece7c26

Browse files
committed
Further ingests
1 parent 245c9a4 commit ece7c26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -z "$VIRTUAL_ENV" ]; then
88
else
99
python3 -m venv venv
1010
fi
11+
# shellcheck disable=SC1091 # ingesting virtualenv
1112
source venv/bin/activate
1213
fi
1314

scripts/setup_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ -z "$VIRTUAL_ENV" ]; then
1010
else
1111
python3 -m venv venv
1212
fi
13+
# shellcheck disable=SC1091 # ingesting virtualenv
1314
source venv/bin/activate
1415
fi
1516

0 commit comments

Comments
 (0)