Skip to content

Commit d0a660a

Browse files
committed
Use venv
1 parent daf758a commit d0a660a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/redis_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,16 @@ jobs:
3535

3636
- name: Install package in development mode
3737
run: |
38+
python -m venv venv
39+
. venv/bin/activate
3840
pip install -e .
3941
4042
- name: Redis release
4143
env:
4244
FORCE_COLOR: 1
4345
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4446
run: |
47+
. venv/bin/activate
4548
cmd="redis-release release"
4649
4750
if [ "${{ inputs.force_rebuild }}" = "true" ]; then

0 commit comments

Comments
 (0)