Skip to content

Commit

Permalink
Merge main into sweep/fix-unused-type-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 5, 2024
2 parents e0289a0 + 3bc91cb commit 4fb5ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Remove old global config
if: always()
run: rm -rf "/home/$(whoami)/wic/"
run: rm -rf "/home/$(whoami)/wic/" && rm -rf "/home/$(whoami)/.toil/"
# For self-hosted runners, make sure we use new global config settings

# Using pypy increases performance / decreases cwltool runtime by about a minute.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_workflows_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Remove old global config
if: always()
run: rm -rf "/home/$(whoami)/wic/"
run: rm -rf "/home/$(whoami)/wic/" && rm -rf "/home/$(whoami)/.toil/"
# For self-hosted runners, make sure we use new global config settings

- name: Remove old mamba environment
Expand Down

0 comments on commit 4fb5ea5

Please sign in to comment.