Skip to content

Commit

Permalink
Add Clear cache to testsuite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Jul 9, 2024
1 parent 80f6c26 commit bad0086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Clear cache
run: rm -rf /github/home/conda_pkgs_dir

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit bad0086

Please sign in to comment.