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 0ab3b86 commit 875c042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/prepare_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ set -ex
# GNU command line tools
brew install coreutils

brew install pyyaml
pip3 install pyyaml || true
python3 -m venv .venv
source .venv/bin/activate
pip3 install pyyaml

0 comments on commit 875c042

Please sign in to comment.