Skip to content

Commit c219cff

Browse files
committed
Activate venv
1 parent 50ea81d commit c219cff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/redis_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
FORCE_COLOR: 1
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |
57+
. venv/bin/activate
5758
cmd=("redis-release" "release")
5859
5960
if [ "${{ inputs.force_rebuild }}" = "true" ]; then

0 commit comments

Comments
 (0)