Skip to content

Commit

Permalink
disable shellcheck trying to follow virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Sep 20, 2024
1 parent 0a9812a commit de8dcf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/do-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ if ! [[ $(which virtualenv) ]]; then
fi

# configure virtualenv for building the docs
# shellcheck disable=SC1091
virtualenv .sphinx && source .sphinx/bin/activate && pip install -r docs/requirements.txt

# get current branch we're releasing off
Expand Down

0 comments on commit de8dcf5

Please sign in to comment.