Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta authored Aug 18, 2023
1 parent 6ef2462 commit becbcfc
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,10 @@ jobs:
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

- 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 conda
run: |
conda create -n benchmark python=3.10
conda init bash
conda activate benchmark
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Set up asv
run: |
Expand Down

0 comments on commit becbcfc

Please sign in to comment.