Skip to content

Commit

Permalink
use pip to install pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Oct 9, 2024
1 parent a651ee5 commit dc2ac9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prepare_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ set -ex
# GNU command line tools
brew install coreutils

brew install pyyaml
pip3 install pyyaml || true
brew install pipx
pipx install pyyaml

0 comments on commit dc2ac9c

Please sign in to comment.