diff --git a/.github/workflows/build_conda_pkg.yaml b/.github/workflows/build_conda_pkg.yaml index 2bf056d537..5a05394d12 100644 --- a/.github/workflows/build_conda_pkg.yaml +++ b/.github/workflows/build_conda_pkg.yaml @@ -24,9 +24,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - sparse-checkout: | - .github - src + sparse-checkout: . - name: Install Dependencies run: | pip install virtualenv diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index d338a4ea70..47722cfe58 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -16,7 +16,7 @@ Release Notes * Enhancements * Fixes * Fixed bug related to pypi release github action failing :pr:`4330` - * Fixed bug related to conda build github action :pr:`4335` + * Fixed bug related to conda build github action :pr:`4335`, :pr:`4337` * Changes * Documentation Changes * Testing Changes