Skip to content

Commit 58c28fc

Browse files
committed
ci: macOS needs to install python3.9
./ci/build_and_activate_venv.sh ~/venv python3.9 fails because python3.9 is not installed.
1 parent cc61abc commit 58c28fc

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 virtualenv
93+
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils gnu-getopt parallel python@3.9 virtualenv
9494

9595
- checkout
9696

0 commit comments

Comments
 (0)