Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conda out of space + pyyaml error #4340

Merged
merged 12 commits into from
Oct 13, 2023
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
Loading