Skip to content

Commit

Permalink
Install pyyaml with an available musl wheel to avoid issue with yaml/…
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Jul 17, 2023
1 parent 361ac02 commit d62dbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -248,6 +248,7 @@ commands:
- run:
name: install awscli
command: |
python3 -m pip install "pyyaml<5.4"
python3 -m pip install awscli
- run:
name: setcommit
Expand Down

0 comments on commit d62dbde

Please sign in to comment.