Skip to content

Commit

Permalink
ci: macOS needs to install python3.9
Browse files Browse the repository at this point in the history
./ci/build_and_activate_venv.sh ~/venv python3.9 fails because python3.9
is not installed.
  • Loading branch information
tomtseng committed Jan 6, 2025
1 parent cc61abc commit 58c28fc
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 virtualenv
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils gnu-getopt parallel python@3.9 virtualenv

- checkout

Expand Down

0 comments on commit 58c28fc

Please sign in to comment.