Skip to content

Commit

Permalink
Change CI cleaning (#677)
Browse files Browse the repository at this point in the history
This PR fixes 2 things,
The first is that the free-space action sometimes caused unnecessary
failures, which is fixed by forking the action and patching it, and a PR
to the main action repo is opened.
The second one is a Sella issue, which is (probably) caused by a syntax
error in their new release (from 15.6). This issue is fixed by using the
previous release, and informing the Sella developers on this issue.
  • Loading branch information
calvinp0 committed Jun 16, 2023
2 parents 8a2c8e5 + 1889902 commit 308694c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Clean Ubuntu Image
uses: jlumbroso/free-disk-space@main
uses: kfir4444/free-disk-space@main
with:
# This may remove tools actually needed - currently does not
tool-cache: true
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
ref: v2.0.6
fetch-depth: 1

- name: Cache Packages Packages
- name: Cache Packages
uses: actions/cache@v2
env:
CACHE_NUMBER: 0
Expand Down
2 changes: 1 addition & 1 deletion devtools/sella_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- pandas
- ncurses
- pip:
- sella
- sella==2.2.1

0 comments on commit 308694c

Please sign in to comment.