Skip to content

Commit

Permalink
Fix conda out of space + pyyaml error (#4340)
Browse files Browse the repository at this point in the history
* Update build_conda_pkg.yaml

* Update latest dependencies

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MichaelFu512 and github-actions[bot] authored Oct 13, 2023
1 parent ebe869c commit ced3ecb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_conda_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
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
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` :pr:`4337`, :pr:`4338`
* Fixed bug related to conda build github action :pr:`4335` :pr:`4337`, :pr:`4338`, :pr:`4340`
* Changes
* Documentation Changes
* Testing Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scikit-optimize==0.9.0
scipy==1.10.1
seaborn==0.13.0
shap==0.43.0
sktime==0.23.0
sktime==0.23.1
statsmodels==0.14.0
texttable==1.7.0
tomli==2.0.1
Expand Down

0 comments on commit ced3ecb

Please sign in to comment.