Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Aug 18, 2023
1 parent cd0a5ae commit 55bc9c4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
with:
fetch-depth: '0'

- name: Clean up mamba from previous jobs
run: |
ls -al $HOME
rm -rf $HOME/.mambaforge
rm -rf $HOME/.conda*
rm -rf $HOME/micromamba*
ls -al $HOME
ls -al $HOME/*
- uses: mamba-org/setup-micromamba@v1
with:
environment-name: benchmark
Expand All @@ -38,10 +47,11 @@ jobs:
post-cleanup: all

- name: Check runner
if: always()
run: |
echo $HOME
nvidia-smi
which python conda mamba || echo error
which python conda mamba micromamba || echo error
mamba activate base
# - name: Set up asv
Expand Down

0 comments on commit 55bc9c4

Please sign in to comment.