Skip to content

Commit

Permalink
Remove conda setup and use existing conda
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Sep 20, 2023
1 parent b717cb9 commit c3f3cc1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: [self-hosted, nvidia]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'

Expand All @@ -38,13 +38,8 @@ jobs:
ls -al $HOME
rm -rf $HOME/.conda*
rm -rf $HOME/*mamba*
which conda
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.10'
activate-environment: benchmark
auto-activate-base: true
which conda && conda --version
which python && python -VV
- name: Set up asv
run: |
Expand All @@ -54,6 +49,7 @@ jobs:
- name: Configure Git
run: |
git config --list
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git config --list
Expand Down

0 comments on commit c3f3cc1

Please sign in to comment.