File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
ref : ${{ github.event.pull_request.head.ref }}
26
26
repository : ${{ github.event.pull_request.head.repo.full_name }}
27
- sparse-checkout : .
27
+ - name : Free up space
28
+ run : |
29
+ sudo rm -rf /usr/share/dotnet
30
+ sudo rm -rf /opt/ghc
31
+ sudo rm -rf "/usr/local/share/boost"
32
+ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
33
+ shell : bash
28
34
- name : Install Dependencies
29
35
run : |
30
36
pip install virtualenv
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Release Notes
16
16
* Enhancements
17
17
* Fixes
18
18
* Fixed bug related to pypi release github action failing :pr: `4330 `
19
- * Fixed bug related to conda build github action :pr: `4335 `, :pr: `4337 `
19
+ * Fixed bug related to conda build github action :pr: `4335 ` :pr: `4337 `, :pr: ` 4338 `
20
20
* Changes
21
21
* Documentation Changes
22
22
* Testing Changes
You can’t perform that action at this time.
0 commit comments