Skip to content

Commit e162f73

Browse files
committed
ci: add missing virtualenv
1 parent bd94cb9 commit e162f73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
cache: 'pip'
2929
cache-dependency-path: 'requirements.txt'
3030

31+
- name: Install virtualenv
32+
run: pip install virtualenv
33+
3134
- name: Install UPX (Linux only)
3235
if: runner.os == 'Linux'
3336
run: sudo apt-get update && sudo apt-get install -y upx

0 commit comments

Comments
 (0)