Skip to content

Commit a4c8993

Browse files
authored
ci: properly open pyproject (#63)
Signed-off-by: Aubin Lambaré <aubin.lambare@cs-soprasteria.com>
1 parent f14e265 commit a4c8993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Determine the container tag and labels
3636
id: container_tag
3737
run: |
38-
APP_VERSION=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml'))['project']['version'])")
38+
APP_VERSION=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml', 'rb'))['project']['version'])")
3939
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
4040
4141
EODAG_VERSION=$(PYTHONWARNINGS="ignore::SyntaxWarning" uv run --active python -c "import eodag; print(eodag.__version__)")

0 commit comments

Comments
 (0)