Skip to content

Commit cc61abc

Browse files
committed
ci: build_and_activate_venv needs virtualenv on macOS
1 parent 692e3a8 commit cc61abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ commands:
9090
steps:
9191
- run:
9292
name: install macOS packages
93-
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils parallel gnu-getopt
93+
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils parallel gnu-getopt virtualenv
9494

9595
- checkout
9696

0 commit comments

Comments
 (0)