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 a6c8331 commit 99d7075
Showing 1 changed file with 15 additions and 28 deletions.
43 changes: 15 additions & 28 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ jobs:
with:
fetch-depth: '0'

- 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/*
ls -al /usr/local/bin/micromamba-shell || echo error
ls -al /usr/local/bin/micromamba-shellasdf || echo error
ls -al asd || echo error
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand All @@ -54,22 +41,22 @@ jobs:
pip install "git+https://github.com/airspeed-velocity/asv.git@8f5c8af"
asv machine --machine "pyg-t4" --yes
# - name: Configure Git
# run: |
# git config --local user.name "${{ github.actor }}"
# git config --local user.email "${{ github.actor }}@users.noreply.github.com"
# git config --list
- name: Configure Git
run: |
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git config --list
# - name: Run benchmarks on 2.3.0 and master
# timeout-minutes: 10 # FIXME: Adjust timeout
# run: |
# git branch --all
# asv run HASHFILE:HASHFILE.txt \
# --launch-method spawn \
# --skip-existing-successful \
# --verbose \
# --show-stderr \
# --bench scatter # FIXME: Run all benchmarks
- name: Run benchmarks on 2.3.0 and master
timeout-minutes: 10 # FIXME: Adjust timeout
run: |
git branch --all
asv run HASHFILE:HASHFILE.txt \
--launch-method spawn \
--skip-existing-successful \
--verbose \
--show-stderr \
--bench scatter # FIXME: Run all benchmarks
# - name: Upload results
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 99d7075

Please sign in to comment.