Skip to content

Commit

Permalink
kagome venv
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
  • Loading branch information
turuslan committed Jan 29, 2024
1 parent b730c50 commit c90acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAKE_ARGS="${MAKE_ARGS:-"-j$JOBS_NUM"}"
if [[ -n "$GITHUB_WORKSPACE" ]]; then
git config --global --add safe.directory $GITHUB_WORKSPACE
fi
if [[ -n "$CI" && -f /venv/bin/activate ]]; then
if [[ -n "$KAGOME_IN_DOCKER" ]]; then
source /venv/bin/activate
fi

Expand Down

0 comments on commit c90acc1

Please sign in to comment.