diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index c6616bb4b..69b990b6a 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -42,7 +42,6 @@ jobs: with: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.POETRY_VERSION }} - working-directory: ${{ inputs.working-directory }} cache-key: lint-${{ inputs.working-directory }} - name: Check Poetry File diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 29eab4cd3..3329da546 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -31,7 +31,6 @@ jobs: with: python-version: ${{ matrix.python-version }} poetry-version: ${{ env.POETRY_VERSION }} - working-directory: ${{ inputs.working-directory }} cache-key: test-${{ inputs.working-directory }} - name: Login to Docker Hub uses: docker/login-action@v3 diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index a4d81e1e2..46e065d33 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -29,7 +29,6 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} poetry-version: ${{ env.POETRY_VERSION }} - working-directory: ${{ inputs.working-directory }} cache-key: release # We want to keep this build stage *separate* from the release stage, diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3d8626aa..d1d5b2aaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,6 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} poetry-version: ${{ env.POETRY_VERSION }} - working-directory: ${{ inputs.working-directory }} cache-key: release # We want to keep this build stage *separate* from the release stage, @@ -169,7 +168,6 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} poetry-version: ${{ env.POETRY_VERSION }} - working-directory: ${{ inputs.working-directory }} - name: Import published package shell: bash @@ -256,7 +254,6 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} poetry-version: ${{ env.POETRY_VERSION }} - working-directory: ${{ inputs.working-directory }} cache-key: release - uses: actions/download-artifact@v4 @@ -298,7 +295,6 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} poetry-version: ${{ env.POETRY_VERSION }} - working-directory: ${{ inputs.working-directory }} cache-key: release - uses: actions/download-artifact@v4