Skip to content

Commit

Permalink
fix broken pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
grahampugh committed Jun 26, 2023
1 parent 413b3f1 commit fa70fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. This projec

Changes since last release will be listed here.

- Fixed the installation of ruamel.yaml if not already present.

## [v0.6.3] - 2022-06-21 - v0.6.3

- Fixed running on folders without a destination when converting from YAML to PLIST or vice versa.
Expand Down
2 changes: 1 addition & 1 deletion plistyamlplist_lib/plist_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
[
sys.executable,
"-m",
"pip3",
"pip",
"install",
"-U",
"pip",
Expand Down

0 comments on commit fa70fcb

Please sign in to comment.