Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Aug 18, 2023
1 parent 22a93ea commit 8f7f60c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
with:
fetch-depth: '0'

- name: check conda
- name: clean up conda from previous jobs
run: |
ls -al $HOME
rm -rf $HOME/.conda
rm -rf $HOME/*mamba*
which conda
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 8f7f60c

Please sign in to comment.