Skip to content

Commit

Permalink
Fix conda out of space (#4337)
Browse files Browse the repository at this point in the history
* Update build_conda_pkg.yaml
  • Loading branch information
MichaelFu512 authored Oct 12, 2023
1 parent 224b874 commit e922858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_conda_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e922858

Please sign in to comment.