Skip to content

Commit

Permalink
ci: build_and_activate_venv needs virtualenv on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtseng committed Jan 6, 2025
1 parent 692e3a8 commit cc61abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ commands:
steps:
- run:
name: install macOS packages
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils parallel gnu-getopt
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils parallel gnu-getopt virtualenv

- checkout

Expand Down

0 comments on commit cc61abc

Please sign in to comment.