Skip to content

Commit

Permalink
Cleanup step to Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Oct 19, 2023
1 parent 088b688 commit 7da04e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
python-version: "3.7"

- name: Cleanup
if: always()
run: rm -Rf ${{github.workspace}}

- name: Free Up GitHub Actions Ubuntu Runner Disk Space
uses: dbouget/free-disk-space@main
with:
Expand Down
2 changes: 1 addition & 1 deletion assets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gdown==4.6.0
names==0.3.0
PySide6==6.5.2
plotly==5.8.0
git+https://github.com/dbouget/rt-utils.git@scikit-image
rt-utils@git+https://github.com/dbouget/rt-utils.git@scikit-image

0 comments on commit 7da04e8

Please sign in to comment.