Skip to content

Commit

Permalink
Fix poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
remia committed Oct 14, 2023
1 parent 5fdad03 commit b10a1d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
pip install poetry codecov
poetry install
poetry env info
poetry show --tree
- name: Test
run: |
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
run: |
pip install poetry codecov
poetry install
poetry env info
poetry show --tree
- name: Test
run: |
Expand Down Expand Up @@ -85,6 +87,7 @@ jobs:
run: |
pip install poetry codecov
poetry install
poetry env info
poetry show --tree
shell: bash
- name: Test
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ version = "1.5.0"
description = "ClairMeta is a python package for Digital Cinema Package (DCP) probing and checking."
authors = ["Rémi Achard <[email protected]>"]
license = "BSD-3-Clause"
readme = "README.md"
readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.11"
lxml = "^4.9.3"
dicttoxml = "^1.7.16"
xmltodict = "^0.13.0"
Expand Down

0 comments on commit b10a1d4

Please sign in to comment.