We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245c9a4 commit ece7c26Copy full SHA for ece7c26
scripts/setup.sh
@@ -8,6 +8,7 @@ if [ -z "$VIRTUAL_ENV" ]; then
8
else
9
python3 -m venv venv
10
fi
11
+ # shellcheck disable=SC1091 # ingesting virtualenv
12
source venv/bin/activate
13
14
scripts/setup_test.sh
@@ -10,6 +10,7 @@ if [ -z "$VIRTUAL_ENV" ]; then
15
16
0 commit comments