Skip to content

Commit

Permalink
Workaround for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jun 30, 2024
1 parent 93a8664 commit b5ad8c6
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 61 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Install python packages
if: steps.cache.outputs.cache-hit != 'true'
run: |
poetry add 'pyexiv2>=2.6.0' # workaround for macos
poetry install -v --without dev
poetry run pip install -U pyinstaller setuptools
Expand Down
120 changes: 60 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ attrs = '>=21.2'
click = '>=8.0'
click-help-colors = '>=0.9'
pillow = '>=10.0'
pyexiv2 = '>=2.6.2'
pyexiv2 = '>=2.7'
pyinaturalist = '>=0.19'
pyinaturalist-convert = '>=0.6.2'
pyside6 = '^6.6.0'
Expand Down

0 comments on commit b5ad8c6

Please sign in to comment.