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 2de3c2d commit c9c8dfb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@ jobs:
- name: Clean up mamba from previous jobs
continue-on-error: true
run: |
# ls -al $HOME
# rm -rf $HOME/.mambaforge
# rm -rf $HOME/.conda*
# rm -rf $HOME/micromamba*
# ls -al $HOME
ls -al $HOME
rm -rf $HOME/.mambaforge
rm -rf $HOME/.conda*
rm -rf $HOME/micromamba*
ls -al $HOME
ls -al $HOME/*
ls -al /usr/local/bin/micromamba-shell || echo error
ls -al /usr/local/bin/micromamba-shellasdf || echo error
ls -al asd || echo error
# - uses: mamba-org/setup-micromamba@v1
# with:
# environment-name: benchmark
# create-args: 'python=3.10'
# init-shell: bash
- uses: mamba-org/setup-micromamba@v1
with:
environment-name: benchmark
create-args: 'python=3.10'
init-shell: bash

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

0 comments on commit c9c8dfb

Please sign in to comment.