diff --git a/.github/workflows/ci_energyml_utils_pull_request.yml b/.github/workflows/ci_energyml_utils_pull_request.yml index 8431502..32d1a1f 100644 --- a/.github/workflows/ci_energyml_utils_pull_request.yml +++ b/.github/workflows/ci_energyml_utils_pull_request.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Install poetry - uses: .github/actions/prepare-poetry + uses: ./.github/actions/prepare-poetry with: python-version: 3.9 @@ -61,7 +61,7 @@ jobs: path: dist/ - name: Install poetry - uses: .github/actions/prepare-poetry + uses: ./.github/actions/prepare-poetry with: python-version: 3.9