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 4d56800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
clang-tidy:
name: "Linux: clang-tidy"
runs-on: ubuntu-latest
container: qdrvm/kagome-dev@sha256:14d5aa92c971073e82ba9bbac9b615701e99c71f64e58bdd45e5b3dbc09944bd
container: qdrvm/kagome-dev@sha256:2d70246c32418a3dd45c246d3f5c2dd99bdafde145b903271849affe476c4cfc
steps:
- uses: actions/checkout@v2
with:
Expand Down
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 4d56800

Please sign in to comment.