diff --git a/.github/workflows/build_conda_pkg.yaml b/.github/workflows/build_conda_pkg.yaml index 5a05394d12..8583aa4e02 100644 --- a/.github/workflows/build_conda_pkg.yaml +++ b/.github/workflows/build_conda_pkg.yaml @@ -24,7 +24,13 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - sparse-checkout: . + - name: Free up space + run: | + sudo rm -rf /usr/share/dotnet + sudo rm -rf /opt/ghc + sudo rm -rf "/usr/local/share/boost" + sudo rm -rf "$AGENT_TOOLSDIRECTORY" + shell: bash - name: Install Dependencies run: | pip install virtualenv diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 47722cfe58..674c23c913 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`, :pr:`4337` + * Fixed bug related to conda build github action :pr:`4335` :pr:`4337`, :pr:`4338` * Changes * Documentation Changes * Testing Changes