diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be84678..87d7e3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Virtual Environment - uses: ./.github/actions/poetry + uses: .github/actions/poetry with: python_version: ${{ env.PYTHON_VERSION }} poetry_included_groups: dev @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Virtual Environment - uses: ./.github/actions/poetry + uses: .github/actions/poetry with: python_version: ${{ env.PYTHON_VERSION }} poetry_included_groups: dev @@ -70,7 +70,7 @@ jobs: lfs: true - name: Setup Virtual Environment - uses: ./.github/actions/poetry + uses: .github/actions/poetry with: python_version: ${{ env.PYTHON_VERSION }} poetry_included_groups: dev