Skip to content

Commit 44d97f9

Browse files
committed
chore: try pip installing the project as well as fixing the path to the vrsion
1 parent 2796bcb commit 44d97f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ecr-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ jobs:
4747
python -m pip install virtualenv==20.39.0
4848
- name: Build distribution
4949
run: hatch build
50+
- name: pip install
51+
run: |
52+
pip install -e .
5053
- name: Get version from __about__.py
5154
id: version
5255
run: |
53-
VERSION=$(python -c "from src.aws_durable_execution_sdk_python_testing import __version__; print(__version__)")
56+
VERSION=$(python -c "from aws_durable_execution_sdk_python_testing import __version__; print(__version__)")
5457
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
5558
- name: Configure AWS Credentials
5659
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)