Skip to content

Commit

Permalink
pin CLI version installed (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Oct 19, 2023
1 parent c2e6f61 commit 52d2077
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export WORKER_DOCKER_REPO=${AR_REPO}
export WORKER_DOCKER_VERSION=${VERSION}
export CODECOV_TOKEN=${CODECOV_UPLOAD_TOKEN}

# Codecov CLI version to use
CODECOV_CLI_VERSION := 0.3.8

build:
$(MAKE) build.requirements
$(MAKE) build.local
Expand Down Expand Up @@ -198,7 +201,7 @@ test_env.check_db:
docker-compose exec worker make test_env.container_check_db

test_env.install_cli:
pip install --no-cache-dir codecov-cli
pip install --no-cache-dir codecov-cli==$(CODECOV_CLI_VERSION)

test_env.container_prepare:
apk add -U curl git build-base jq
Expand Down

0 comments on commit 52d2077

Please sign in to comment.